*{
	border:none;
	margin:0px 0px;
	padding:0px 0px;
	font-size:12px;
}

body {
	background:none;
}

h1{
	background:#ff94c4;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
}

#mainbox{
	background:url("../images/index/index_back.jpg") no-repeat;
	width:748px;
	height:172px;
	padding:355px 0 0;
	margin:40px auto 0px auto;
}


#mainbox .enter{
	margin:0 15px 0 0;
}

#mainbox .leave{
	margin:0 0 0 15px;
}

#mainbox p{
	text-align:center;
	color:#4C4C4C;
	margin:0 0 30px;
}

#footer{
	background:url("../images/index/footbg.gif") repeat-x;
	background-color:#ff808c;
	margin:66px 0px 0px 0px;
}

#fcontcenter{
	width:950px;/*950*/
	margin:0px auto 0px auto;
}

#footer #rightcont,#footer #leftcont{
	width:450px;
	float:left;
	color:#ffffff;
}

#footer #leftcont{
	margin:0px 0px 0px 50px;
}

#footer #rightcont h2,#footer #leftcont h2{
	background:url("../images/index/footborder.gif") repeat-x bottom;
	font-weight:normal;
	padding:10px 0px 5px 0px;
}

#footer #rightcont p,#footer #leftcont p{
	padding:8px 0px 10px 0px;
	background:none;
}

#footer ul{
	clear:both;
	background:url("../images/index/footborder.gif") repeat-x top;
	text-align:center;
	padding:15px 0px 15px 0px;
}

#footer ul li{
	display:inline;
	list-style:none;
	border-right:solid 1px #ffffff;
	padding:0px 8px 0px 8px;
}

.border0{
	border-left:solid 1px #ffffff;
}

#footer ul li a{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

#footer ul li a:hover{
	color:orange;
}

#footer p#copy{
	clear:both;
	background:url("../images/index/footborder.gif") repeat-x top;
	font-size:10px;
	color:white;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	line-height:200%;
}

.clearfix:after{
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

.clearfix{
	zoom:1;
}

