body, html{
	background:#141414 url(../images/background.jpg) no-repeat;
	background-position:top center;
	height: 100%;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.page-container { 
	width: 100%;
	position: relative; 
	min-height: 100%;
	height: auto !important; 
	padding: 0 !important;
	height: 100%;
} 

.page-content {
	padding-bottom: 71px; width:920px; margin: 0px auto 0px auto;
}

.header {
	height: 130px;
}

.footer { 
	width: 100%;
	
	z-index:99; 
	clear:both;
	
	position: absolute;
	bottom: 0px; 
	bottom: 0 !important; 
	
	height: 71px;
	background:#141414 url(../images/footer-background.jpg) no-repeat;
	background-position: bottom center;
}

.break {
	clear:both;
}
