body, html
{
border:0px;
margin:0px;
width:100%;
height:100%;
color:white;
}

table{border-collapse:collapse;}

th, td {padding:0;}

a:link {color:white;}
a:visited{color:white;}
a:hover{color:fec400;}
a:active{color:fec400;}
a {text-decoration: none;} 

img {border:0}

.divMain, .divStream, .divLogos
{
padding:12px 0;
text-align:right;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;

/* Fallback for web browsers that doesn't support RGBa */
background:rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background:rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

behavior:url(/pie/PIE.htc);
}

.divMain{width: 1318px;}
.divStream{width:768px;}
.divLogos{width:540px;}