﻿@charset "utf-8";
/* CSS Document */
#header1{
	width:auto;
	height:250px;
	margin:0 auto;
	background:url(../images/head.png) top center;
	z-index:99;
	overflow:hidden;
}
#header{
	width:100%;
	height:292px;
	margin:0 auto;
	z-index:-999 !important;
}
.main{
	background:28ab99;
	width:1000px;
	height:250px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:-1 !important;
}
#footer{
	clear:both;
	width:100%;
	height:80px;
	background:#28ab99;
	font-size:16px;
	box-shadow:1px -2px 3px #FF0000;
}
#footer span{
	display:block;
	width:1200px;
	height:20px;
	margin:0 auto;
	padding-top:10px;
	color:#FFF;
	text-align:center;
}
	