@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(bg.jpg);
}

.top{
	width:100%;
	height:10px;
	top:0px;
	background:#c10076;
	
}

.menu{
	width:600px;
	margin:0px auto;
	margin-bottom:-18px;
	position:relative;
	z-index:9999;
}

.menu a{
	background:#c10076;
	color:#FFF;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:1px;
	margin-right:-3px;
}

.menu a:hover{
	background:#936;
	padding-top:30px;
	padding-bottom:20px;
}


.banner{
	width:996px;
	height:450px;
	/*margin-top:-61px;*/
	margin: 0 auto 0 auto;
	top:0;
	position:static;
}


table{
	margin-top:150px;
	margin-right:60px;
	float:right;
	color:#FFF;
}