body {
margin: 0; 
padding: 0;  
    background-color: #1a1a1a;
	background-image: url(/sports-stream/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
text-align: center;
}

a, a:visited, a:active { color: #264885; text-decoration: none; }
a:hover { color: #ff6600; text-decoration: underline; }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
        color: #666;
	}

#bling {width:766px; margin: auto; padding: 0px; }

.banner {width: 766px; text-align: center;}


.content {
	background: #FFFFFF;
	color: #333;
    width: 580px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
   margin-top:15px;
   padding: 17px;
   margin-left: 80px;
   margin-bottom: 10px;
   border: 2px solid #000;
   
      
	}

.title {font-size: 11px; font-weight: bold; text-align: center;}

.textbox {padding: 10px; font-size: 12px; }