html,body
{
 margin : 0px;
 padding : 0px;
 
 width : 100%;
 height : 100%;
}

body
{
 color : #000;
 font : 11px Tahoma, Sans-Serif;
 background : #060606 url(../image/bg.jpg) no-repeat center;
}

table,tr,td,img,form
{
 margin : 0px;
 padding : 0px;
 border : none;
}

td
{
 text-align : center;
 vertical-align : middle;
}

div#flash
{
 position : absolute;
 
 width:900px;
 height:512px;
 
 left:50%;
 top:50%;
 
 margin-left:-450px;
 margin-top:-256px;
 background : none;
}

div#intro
{
 position : absolute;
 
 width : 500px;
 height : 120px;
 
 margin-left : -250px;
 margin-top : -60px;

 left : 50%;
 top : 50%;

 z-index : 100;
}

td.description div
{
 margin : 24px auto 24px auto;
 width : 500px;
 color : #d0d0d0;
 font : 11px Tahoma, Sans-Serif;
}

table#layout
{
 width : 100%;
 height : 100%;
}

td#brandbar_holder
{
 height : 74px;
 color : #1A1A1A;
}

table#brandbar
{
 height : 56px;
 width : 100%;
 color : #1A1A1A;
}

div#text_brandbar
{
 overflow : hidden;
 height : 16px;
 width : 100%;
}

div#image_brandbar
{
 padding-top : 10px;
 padding-bottom : 10px;
 
 overflow : hidden;
 height : 20px;
 width : 100%;
}

div#image_brandbar img
{
 margin-left : 12px;
 margin-right : 12px;
 display : inline;
}

td.brand
{
 padding-left : 8px;
 padding-right : 8px;
}

table.brand_marquee
{
 width : 100%;
}

td.brand_marquee
{
 width : 100%;
 overflow : hidden;
}

input.brand_marquee
{
 width : 100%;
 color : #1b1b1b;
 
 border : none;
 background : none;
}

div#flashHolder
{
 position:absolute;
 width : 900px;
 height : 512px;
 left : 50%;
 top : 50%;
 margin-left : -450px;
 margin-top : -256px;
}

span.to_left
{
 display : inline;
 float : left;
}

span.to_right
{
 display : inline;
 float : right;
}

a
{
 color : #202020;
 text-decoration : none;
}

a:hover
{
 text-decoration : underline;
}

