* {margin:0;padding:0;} 

body {
	line-height:1.3em;
	font-family: Georgia, "Times New Roman", serif;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#wrap {width:100%;}

#main {
	overflow:auto;
	padding-bottom: 50px;
}

#footer {
	position: relative;
	margin-top: -50px;
	height: 35px;
	clear:both;
	padding-top: 15px;
} 

body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

.clearfix {display: inline-block;}

.clearfix {display: block;}

* html .clearfix {height: 1%;}

.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}