
/* Basic Elements */
#container {
	margin: 0px auto;
	}
#wrapper {
    width:650px;
	margin: 0px auto;
	clear: both;
	}
#LiveWrapper {
    width:1203px;
	margin: 0px auto;
	clear: both;
    background: #FFF url("/img/M-Street-Demolition-Background-4.jpg") top center no-repeat;	
}
#content {
	margin: 0px auto;

	}
#footer {
    width:700px;
	margin: 0px auto;
	clear: both;
	text-align: right;
	padding: 5px 10px;
	color: #666;
    font-size:10px;
	}
#footer A:link { text-decoration: underline; color: #8BC68B;}
#footer A:visited { text-decoration: underline; color: #8BC68B;}
#footer A:active { text-decoration: underline; color: #006600;}
#footer A:hover { text-decoration: underline; color: white;}
