@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background-color:#000;
}
.banner_repeat{
	margin:0 auto;
	width:auto;
	height:546px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.banner{
	margin:0 auto;
	width:1000px;;
	height:546px;
}

.middlex{
	margin:0 auto;
	height:500px;
	width:1000px;
}

.footer-repeat{
	margin:0 auto;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	height:78px;
}

.footer{
	margin:0 auto;
	height:78px;
	width:1000px;
}
.footera{
	float:left;
	height:20px;
	width:1000px;
	margin-top:10px;
	text-align:center;
}
.footerb{
	float:left;
	height:38px;
	width:700px;
	text-align:left;
	margin-top:10px;
}
.footerc{
	float:left;
	height:48px;
	width:300px;
	text-align:right;
}

#logo {
	position:absolute;
	width:500px;
	height:138px;
	margin-top:-550px;
	margin-left:-20px;
	z-index:1;
}

#menu {
	position:absolute;
	width:500px;
	height:138px;
	margin-top:-550px;
	margin-left:500px;
	padding-top:15px;
	z-index:2;
}
