html{
	height: 100%;
}
body{
	min-height: 100%;
	height:100%;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:#f9fbf9;
}
div.page{
	width:1000px;
	background:#f9fbf9;
	margin:0 auto;
    height: auto !important;
    min-height:100%;
    height: 100%;
	position:relative;
}
div.header{
	 height:354px;
	 background:url(images/items/bg_header.jpg) no-repeat center top;
	 position:relative;
}
div.fire {
	bottom:-138px;
	left:-145px;
	position:absolute;
	height:500px;
	width:500px;
}
div.page div.sidebar {
	width:205px;
	min-height:590px;
	height:auto !important;
	height:590px;
	background:url(images/items/bg_sidebar.jpg) no-repeat -19px 0px;
	float: left;
	position: relative;
	padding-bottom:50px;
}
div.page div.CenterLine {	
	width:580px;
	_width:570px;
	min-height:590px;
	height:auto !important;
	height:590px;
	/*background:url(images/items/center/bg_center_1.jpg) no-repeat left top;*/
	float: left;
	position: relative;
	padding:10px 0 50px 0;
}
div.page div.third{
	width:215px;
	_width:217px;
	float:left;
}
div#buners{
	margin-top:21px;
}
div.footer_guarantor{
	height:50px;
	margin:0px;
	padding:0px;
}
div.footer{
	width:970px;
	height:50px;
	position: relative;
	margin:0 auto;
	padding:0 10px;
	margin-top:-50px;
}
.clear{
	clear:both;
}

