@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
	width:1024px;
}

.Wrap{
	width:1024px;
}
.Header{
	background:url(images/logo1.png) no-repeat scroll;
	height:194px;
	clear:both;
	width:1024px; 
}
.Main{
	background:url(images/CenterBg.png) no-repeat scroll;
	height:493px;
}

.Time{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.Time ul{
	margin-top:0;
	padding-top:55px;
}

.Time ul li
{
	display:inline;
}

.Title{
	padding-top:10px;
	padding-left:100px;
}

.Center{
	width:730px;
	margin: 0 auto;
}

.Center img{
	padding: 12px 3px;
}

.Center a{
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 21px;
    position: absolute;
}

.Center a:hover{
	color:#999 !important;
	text-decoration:underline;
}

.Center p{
	background:url(images/TitleBg.png) no-repeat scroll;
	margin:40px 0;
	height:63px;
	width:340px;
}

.Center .PartOne{
	float:left;
}

.Center .PartTwo{
	float:right;
}

.Footer{
	background:url(images/FooterBg.png) no-repeat scroll;
	height:89px;
	clear:both;
	text-align:center;
	font-size:14px;
	padding-top: 6px;
}

.Footer img{
	padding-top:25px;
}
