html{
	height: 100%;
}
body{
	min-height: 100%;
	height:100%;
	background:#4f1700 url(../images/bg_body.jpg) no-repeat center top;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;;
	font-size:12px;	
	margin:0;
	margin-top:15px;
	padding:0;
	color:#ffedb5;
}
div.page{
	width:940px;
	margin:0 auto;
    height: auto !important;
    min-height:100%;
    height: 100%;
	position:relative;
}
div.header{
	width:699px;
	_width:670px;
	float:left;
}
div.sidebar{
	background:url(../images/fon/bg_form_enter.png) no-repeat left top;
	width:239px;
	float:left;
}
div.footer_guarantor{
	height:81px;
	margin:0px;
	padding:0px;
}
div.footer{
	width:940px;
	height:81px;
	position: relative;
	margin:0 auto;
	padding:0 10px;
	margin-top:-81px;
}
.clear{
	clear:both;
}
table, ul, ol {
	color:#ffedb5;
}