/*

	Sea Glass ie8
		design - Stacy Bias
		html/css - Andy Lee
		andy@hostbaby.com
		08/14/2012

*/


#header {
	display:block;
}

#container {
	width:960px;
}

#content img {
	width:auto !important;
}

#footer {
	width:960px;
	position:absolute;
}

@media screen and (max-width: 1000px) {
	#container {
		width:inherit;
	}
	#footer {
		width:inherit;
	}
}

@media screen and (max-width: 775px) {
	#header {
		position:relative;
	}
	#container {
		margin-top: 0;
	}
}