@charset "UTF-8";
/* CSS Document */
#container {
	position:relative;
	width:1010px;
	height:100%;
	z-index:1;
	margin: 0 auto;
	padding: 0;
}
#banner {
	position:absolute;
	width:100%;
	height:91px;
	z-index:4;
	left: 0px;
	top:auto;
	background-image: url(images/banner.jpg);
}
body {
margin: 0px;
height: 100%;
font: 12px "Arial", Lucida, Verdana, sans-serif;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-position:center top;
background-color:#000000;
}
#menu {
	position:absolute;
	width:625px;
	height:17px;
	z-index:100;
	left: 431px;
	top: 56px;
}
#content {
	position:absolute;
	width:1011px;
	height:115px;
	z-index:6;
	top: 91px;
}
.style3 {font-size: 12px; }
