html{
	height: 100%;
}
body{
	min-height: 100%;
	height:100%;
	background:#f9fbf9;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
div.page{
	width:984px;
	margin:0 auto;
    height: auto !important;
    min-height:100%;
    height: 100%;
	position:relative;
}
div.header{
	 padding-top:15px;
	 height:89px;
	 padding-right:8px;
	 background:#f9fbf9;
	 position:relative;
}
div.split{
	 background:#f9fbf9;
	 height:10px;
	 margin-top:-2px;
}
div.page div.sidebar {
	width:293px;
	min-height:590px;
	height:auto !important;
	height:590px;
	background:url(images/items/bg_sidebar.jpg) no-repeat left top;
	float: left;
	position: relative;
	padding-bottom:50px;
}
div.page div.CenterLine {	
	width:676px;
	margin-left:10px;
	min-height:590px;
	height:auto !important;
	height:590px;
	position: relative;
	padding: 0;
}
div.footer_guarantor{
	height:50px;
	margin:0px;
	padding:0px;
}
div.footer{
	position:relative;
	width:964px;
	background:#f9fbf9 url(images/fon/bg_footer.png) no-repeat left top;
	height:50px;
	position: relative;
	margin:0 auto;
	padding:0 10px;
	margin-top:-50px;
}
.clear{
	clear:both;
}
div.fire{
	position:absolute;
	left:-115px;
	bottom:-165px;
}