body {
background:#333333;
margin:0;
padding:0;
color: #999;
text-align: center;
}

#container {
width:480px;
margin: 1px auto;
background:#333333;
border:0px solid #ff0000;

}

.text {
 padding: 1px 0 0 10px;
 width: 450px;
 height: 24px;
 font-family: trebuchet ms;
 color: #fff;
 font-size: 10px;
 list-style: none;
 margin: 0 0 0 1px;
 text-align:left;
}

a:link 		{ 
		text-decoration: none; 
		color: #cccccc
		}

a:visited 		{ 
		text-decoration: none; 
		color: #cccccc
		}

a:active 		{
		 text-decoration: none; 
		color: #cccccc
		}
