
html, body { margin:0; padding:0; height: 100%;background-color:#000000; }

#footer {
	background:url('../images/footer.jpg') bottom right no-repeat;
	width:100%;
	height:181px;
}

#outer {width: 100%;}
#middle {width: 100%; text-align: center;}
#inner {width: 992px; margin-left: auto; margin-right: auto; text-align: left; border:1px solid #000; height:100%; padding-bottom:60px; }


clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

