@charset "utf-8";
Html,Body {
margin: 0px;
padding: 0px;
}

body,td,th {
	color: #FFF;
}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

img {color: #FFF; border-style: none;}

A {text-decoration: none; color: #FFF; font-weight: bold;}

div.container {margin: 0 auto; text-align: center; width: 880px;}

div.menubanner {width: 760px; float: right;}

div.content {
	width: 760px;
	height: auto;
	float: right;
	text-align: center;
	margin-top: 20px;
	}
	
div.menubannerbtm {
	text-align: center; 
	font-size: 10px; 
	clear: both; 
	padding-top: 30px;
	margin-bottom: 10px;
}

H3{
	font-size: 18px;
	color: 66FFFF;
}
