body {
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:20px;
}

.main {
	margin:auto;
	width:100%;
	height:auto;
}

.background {
	background-image:url(../images2/bg_complete.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:100%;
	width:100%;
	margin:auto;
	position:absolute;
	min-height:800px;
	min-width:910px;
	overflow:hidden;
}

.content_header {
	background-image:url(../images2/bg_header.png);
	background-repeat:no-repeat;
	height:126px;
	margin:45px auto auto;
	width:889px;
}

.bg_content {
	/*position:relative;
	float:left;*/
	background-image:url(../images2/bg_content.png);
	background-repeat:repeat-y;
	margin:auto;
	width:889px;
	height:auto;
}

.content_image {
	background-image:url(../images2/content_image.png);
	background-repeat:no-repeat;
	width: 865px;
	height: 310px;
	margin:auto;
}

.content_text {
	width:859px;
	height:200px;
	padding-top:10px;
	padding-left:45px;
	position:relative;	
}

.content_left {
	float:left;
	width:65%;
	position:relative;
	float:left;
}

.content_right {
	padding-top:50px;
	float:right;
	width:30%;
	position:relative;
	float:left;
}
.content_bottom {
	width:889px;
	height:69px;
	background-image:url(../images2/bottom.png);
	margin:auto;
}
