body{ color: #000; font: 13px 'Lucida Grande', Verdana, sans-serif; background:#000;	}
#container {
		    width:960px;
			float:none;
			background:#fff;
			margin: auto;
			padding:10px;
			border:1px solid #666;
			border-color:#ccc;
			height:1150px;
		
		}
#left{
		width:720px;
		float:left;
		}
#sidebar{
		width:220px;
		margin-left:740px;
		}
#ban {
		font-size:18px;
		font-weight:bold;
		margin-top: 20px;
		}
h1{
		font-size:16px;
		color:#990000;}
h2{
		font-size:14px;
		color:#990000;}
dt{
		font-size:16px;
		background:#999;
		color:#990000;
		}
img {
	    border: 1px solid #333333;
}
#links a:link {
	color:#0000FF;
	text-decoration: underline;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

