html { min-height: 100%; margin-bottom: 1px; }
body {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
}
div.clearing { 
	clear: both;
	height: 1px; 
	overflow: hidden;
}
div.clearing-five{
	clear:both;
	height:5px;
	overflow:hidden;
}
div.clearing-contact, div.clearing-estimate{clear:both;height:170px;padding:10px 0px 0px 30px;overflow:hidden;}

img {
      border: 0px;
}
#container{
	width:886px;
	position:absolute;
	left:50%;
	margin-left:-443px;
}
#body #top{
	width:886px;
	height:30px;
	background:url('../../images/background_images/top.gif') no-repeat;
}
#body #center{
	width:774px;
	padding:27px 66px 27px 66px;
	background:url('../../images/background_images/center.gif') repeat-y;
}
#body #bottom{
	width:886px;
	height:30px;
	background:url('../../images/background_images/bottom.gif') no-repeat;
}