html,body{
	height: 100%;
	margin:0;
	padding:0;
}
.wrapper {
	position:relative;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	width:1024px;
	_margin-left:10%;
}
html:first-child .wrapper {
	position:relative;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	width:1024px;
	margin-left:10%;
}
 table{
	height: 100%;
	/*background: red;*/
	border-collapse: collapse;
}
.left{
	/*background: Orange;*/
	width:214px;
	vertical-align:top;
	padding-bottom: 55px;
}
.right{
	/*background: Orange;*/
	/*width:100px;*/
	height:100%;
	vertical-align:top;
	/*padding-bottom: 55px;*/
}
.middle{
	width:615px;
	/*background: #fff;*/
	padding-bottom: 55px;
	margin-left:110px;
	vertical-align:top;
}
/*
.img{
	background: #000;
	width: 100%;
	height: 100px;
}
.m2{
	background: Lime;
}
*/
.footer1 {
	position: relative;
	bottom: 0;
	height: 50px;
	width: 100%;
	margin-top:-50px;
	/*background: Green;*/
}
.obb {
	-moz-background-inline-policy:continuous;
	background:url("img/bgposts.jpg") repeat-x scroll 0 bottom transparent;
}
.head_banner_left { width:150px; position:relative; float:left; margin:0 auto; _left:4%; }
.head_banner_right { width:150px; position:relative; float:right; margin:0 4%;  }
*html:first-child .head_banner_left { width:150px; position:relative; float:left; left:4%; }
html:first-child .head_banner_right { width:150px; position:relative; float:right; right:4%; }

