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

html, body {
height: 100%;
}

body {
	margin:0px;
	background-color:#ffffff;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	}

#main_layout {
	width:100%;
	height:640px;
	background-color:#ffffff;
	position:absolute; top:50%;
	margin-top:-320px;
	vertical-align:middle;
	}

#main_layoutpad {
	width:100%;
	height:576px;
	padding-top:32px;
	}

#main_layoutin {
	width:100%;
	height:576px;
	float:left;
	background-image:url(../images/bg/bg_main.gif);
	background-repeat:no-repeat;
	background-position:center top;
	}

#main_center {
	width:850px;
	margin:0 auto;
	}

#main_image {
	width:850px;
	padding:0px 0px 39px 0px;
	float:left;
	}

#footer {
	width:850px;
	text-align:center;
	float:left;
	}
	





