body {
	/*background-image:url(../images/bg.jpg);
	background-repeat:repeat;*/
	background:#ffffff;
	height:100%;
	padding-top:30px;
	margin:0px;
}
img, img a {
	border:0px;
}

html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

#flash_bg{
	width:100%;
	height:100%;
	z-index:-100;
	margin:0px;
	padding:0px;
	position:fixed;
	top:0px;
	left:0px;
	overflow:hidden;
}
#main_div {
	width:100%;
	height:100%;
	margin:0px auto;
	padding:0px;
	padding-bottom:40px;
	position:absolute;
	z-index:5000;
}
.main_div {
	width:970px;
	height:100%;
	margin:0px auto;
	padding:0px;
	padding-bottom:40px;
}
.logo-div {
	width:970px;
	height:auto;
	margin:0 auto;
}
.logo {
	width:377px;
	height:86px;
	margin:0 auto;
	padding:0px;
}
.gallery {
	width:788px;
	height:433px;
	padding:0px;
	padding-top:5px;
	margin:0 auto;
	margin-top:28px;
	background-image:url(../images/gallery_top_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.gallery_bg {
	width:760px;
	height:408px;
	padding:10px 14px;
	margin:0px;
	background-image:url(../images/gallery_bg.png);
	background-repeat:repeat-y;
}
.gallery_bott_bg {
	width:788px;
	height:5px;
	margin:0px;
	padding:0px;
	background-image:url(../images/gallery_bott_bg.png);
	background-repeat:no-repeat;
}
.enter_side a {
	color:#1C95CE;
	text-decoration:none;
}
.enter_side a:hover {
	color:#1C95CE;
	text-decoration:underline;
}
.footer {
	width:100%;
	height:23px;
	background-color:#636B70;
	margin:0 auto;
	padding:0px;
	bottom:0px;
}
.footer-inner {
	width:433px;
	height:auto;
	margin:0 auto;
	padding:0px;
	position:relative;
}


#gallery {
	position:relative;
	height:367px;
	width:916px;
	color:#ffffff; 
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600;
		color:#ffffff; 
		height:60px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
	color:#FFF;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	margin:26px 0 0;
	padding:0;
	position:relative;
	}
