@charset "utf-8";
body {
	background-color: #000;
	margin: 0px;
}
a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
#banner {
	height: 100px;
	width: 910px;
	text-align: center;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding-bottom: 5px;
}
#bodydiv {
}
