@charset "utf-8";

#index_body {
	background-image:url(images/bgtile.jpg);
	background-repeat:repeat-x;
}

#index_container {
	background-image:url(images/mainbg.jpg);
	background-repeat:no-repeat;
	background-color:#f2f7fb;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:748px;
}

#left {
	float:left;
	display:inline;
	padding:150px 0px 0px 0px;
	text-align:right;
	margin: 0px 64px 0px 35px;
	
}

#middle{
	display:inline;
	width:498px;
	margin: 220px 0px 0px 48px;
	position: absolute;
}
