/* CSS Document */
body {
	background-color: #DFE7F4;
	margin: 0px;
	text-align: center;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#main {
	width: 986px;
	height: 552px;
	background-image:url(../images/bg_index.png);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto;
}
* html #main {
	_behavior: url("scripts/png.htc");
}
#main_content {
	width: 934px;
	height: 500px;
	padding: 26px 0px 0px 0px;
	margin: 0px auto;
}
#main_content p, #main_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
/*	color: #1b7683;*/
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
* html #main_content {
	padding: 26px 0px 0px 26px;
	float: left;
}