@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/* layout.css */

html {
	min-width: 990px;
	background:url(../../img/index/main_bg3.jpg) center;
}

body {
	min-width: 990px;
	min-height: 830px;
	_height: 830px;
	background: url(../../img/index/main_bg2.gif);	
}

#page {
	min-width: 990px;
	background: url(../../img/index/main_bg.jpg) no-repeat center top;
}

#container {
	min-width: 990px;
	background: url(../../img/index/main_bg4.gif) repeat-x bottom;
}

#container .inner {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#leftSection {
	width: 750px;
	float: left;
}

#rightSection {
	width: 235px;
	float: right;
	padding-left: 5px;
}