﻿* { margin: 0; padding: 0; }

body {
	background: #8b9eac url("/includes/bg-site.jpg") top left repeat-x;
}

body:before {
	float: left;
	margin-top: -32767px;
	width: 0;
	content: "";
	height: 100%;
}

html, body { height: 100%; }

#footer {
	clear: both;
	margin-top: -85px;
	font: normal 12px Verdana, Helvetica, arial, sans-serif;
	height: 85px;
	overflow: visible;
	position: relative;
}

#main {
	clear: both;
	margin: 0 auto;
	padding-bottom: 85px;
	overflow: auto;
}

#wrap { margin: 0; padding: 0; width: 100%; min-height: 100%; }