html{
	height: 100%;
	overflow-x: hidden;
	background:url(images/bg_html.jpg) no-repeat top center;
	min-width:1000px;
}
body{
	min-height: 100%;
	height:auto !important;
	height:100%;
	background:url(images/bg_body.gif) no-repeat bottom center;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color:#205986;
	margin:0;
	padding:0;
}
div.page{
	width:100%;
	min-width:1000px;
	margin:0 auto;
    height: auto !important;
    min-height:100%;
    height: 100%;
	position:relative;
}
div.header{
	 height:215px;
	 padding:5px 20px 0 195px;
	 position:relative;
	 /*background:url(images/header/bghead.png) no-repeat 20px 5px;*/
	 background:url(images/header/ny-logo.png) no-repeat;
}
div.contMHeader{
	background:url(images/line.png) repeat-x;
	position:relative;
	width:96%;
	margin:0 auto;
	margin-bottom:10px;
}
div.page div.sidebar ,div.page div.third{
	width:230px;
	min-height:395px;
	height:auto !important;
	height:395px;
	padding-left:20px;
	float: left;
	position: relative;
}
div.page div.third{
	float:right;
	padding:0 10px 0 10px;
}
div.page div.CenterLine {
	min-height:395px;
	height:auto !important;
	height:395px;
	margin:0 260px 0 260px;
	position: relative;
}
div.footer_guarantor{
	height:260px;
	margin:0px;
	padding:0px;
}
div.footer{
	width:90%;
	min-width:1000px;
	height:140px;
	position: relative;
	margin:0 auto;
	padding:0 10px;
	padding-top:120px;
	margin-top:-260px;
}
div.edite_block_sidebar{
	overflow:hidden;
	height:230px;
}
.clear{
	clear:both;
}

