html{
	height: 100%;
	overflow-x: hidden;
}
body{
	min-height: 100%;
	height:100%;
	background:url(images/bg_body.jpg) repeat-y top center;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
div.page{
	width:900px;
	background:url(images/bg_page.jpg) no-repeat  left top;
	margin:0 auto;
    height: auto !important;
    min-height:100%;
    height: 100%;
	position:relative;
}
div.header{
	 height:280px;
	 position:relative;
}
div.page div.sidebar {
	background:url(images/bg_sidebar.png) no-repeat left top;
	width:238px;
	min-height:395px;
	height:auto !important;
	height:395px;
	float: left;
	position: relative;
	padding-left:40px;
}
div.sidebar div.close_bg{
	width:30px;
	height:15px;
	position:absolute;
	top:359px;
	_top:356px;
	left:82px;
}
div.page div.CenterLine {
	float: left;
	width:585px;
	padding:0 35px 0 0px;
	min-height: 308px;
	height:auto !important;
	height:308px;
	position:relative;
	margin-top:-70px;
}
div.footer_guarantor{
	height:220px;
	margin:0px;
	padding:0px;
}
div.footer{
	width:880px;
	height:220px;
	position: relative;
	margin:0 auto;
	padding:0 10px;
	margin-top:-220px;
}
.clear{
	clear:both;
}
