@charset "utf-8";
/* CSS Document */
html body, #body {
	margin:0;
	padding:0;
	background:url(../index-material/body-bg.png) repeat-x #65655b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a, img {
border:none;
}
#container {
	width:960px;
	height:768px;
	margin: 0 auto 0 auto;
	background:url(../index-material/container-bg.png);
	background: 
}

#top-container {
	width:100%
}

#top {
	width:600px;
	height:180px;
	background:url(../index-material/topframe.png);
	background-repeat:no-repeat;
	padding:13px auto 0 auto;
	margin:0 auto 0 auto;
	font-size:18px;
	font-style:normal;
}

#left-col {
	float:left;
	width:50%;
	height:570px;
	clear:both;
}
#right-col {
	float:right;
	width:48%;
	height:570px;
}

#image-left, image-right {
	width:427px;
	height:570px;
	margin:0 auto 0 auto;
}

#left-text {
	width:50%;
	text-align:center;
	float:left;
	color:#FFFFFF;
}
#right-text {
	width:48%;
	text-align:center;
	float:right;
	color:#FFFFFF;
}


