* {margin:0;padding:0;} 

html, body {height: 100%;}

#wrap {
	min-height: 100%;
	width: 100%;
	background-image: url('http://beverly.ru/images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#main {
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
	width: 100%;
	text-align: center;
    overflow: auto;
	padding-bottom: 81px;
}  

#footer {
	text-align: center;
	position: relative;
	margin-top: -81px; 
	height: 81px;
	clear:both;
}

body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

