body {
	background-image: url(../images/bg_bldg.png);
	}
	
#main {
	background: #FFF url(../images/bg_sky.png) repeat-x;
	}
	
#content {
	height: 200px;
	width: 100%;
	text-align: center;
	padding-top: 65px;
}
	
#footer {
	height: 456px;
	background: transparent url(../images/bg_top_bldg.png) repeat-x;
	}
	
/* FIXES */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
