/* @override 
	http://daves-mac-pro.local/jfroehlich.com/trunk/web/img/froehlich.css
	http://dev.dyadcom.com/jfroehlich.com/trunk/web/css/froehlich.css
*/

body
{
	margin: 0;
	padding: 0;
	background-color: #853;
}

#horizon {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
}

#container
{
	
	width: 600px;
	margin: -230px auto 0;
	position: relative;
}

.credit
{
	height: 15px;
	width: 11px;
	display: inline-block;
	text-indent: -9000px;
	background: url(../img/credit.png) no-repeat -155px 0;
	position: absolute;
	right: 0px;
	bottom: -16px;
}

