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

#body { background:#FFF url(../images/header_tail.jpg) 0 0 repeat-x;text-align:center;margin:0 auto;}

.main {
	width:100%;
	height:187px;
	position: absolute;
	background:url(../images/bg.jpg)  no-repeat center;
	top: -1px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	

	
}


/*-------------------------------------footer---*/

.footer-indent{
	padding:0 0 0 0;
	text-align: center;
}

.footer{
	color:#20bf0b;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-image: url(../images/footer.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 55px;	
}

.footer a{ text-decoration:none; color:#65A628;}

.footer a:hover{ color:#65A628; text-decoration:underline;}
.tail-left{
	float:left;
	height:197px;
	left:0;
	position:absolute;
	top:0;
	width:50%;
	background-image: url(../images/header_tail_left.jpg);
	background-repeat: repeat-x;
	background-position: center 0;
}

.tail-footer{ background:url(../images/tail_footer.jpg) 0 0 repeat-x;  height:55px; left:0; text-align:center; position:absolute; bottom:-41; width:100%; }
