/* @override 
	http://sfz.dev/CSS/Home.css
	http://sfzstringcamp.org/CSS/Home.css
*/

body.Home {
	background: #000033;
}

body.Home div.body {
	background: #000033 url(../images/bgrounds/home_body.jpg) no-repeat;
	padding: 10px 38px 10px 22px;
	width: 603px;
	height: 895px;
	position: relative;
	left: 187px;
}

div.header {
	height: 275px;
}

div#Home.menubar {
	width: 187px;
	height: 915px;
	background: url(../images/menu/Home.jpg) no-repeat;
	position: absolute;
}

div#Home.menubar a span {
	display: none;
}

p#home_bottom_text {
	text-align: center;
}

div#footer {
	width: 850px;
	height: 100px;
	margin: 0;
	position: relative;
	top: -11px;
	background-image: url(../images/bgrounds/home_footer.jpg);
}

div#footer p {
	margin: 0;
}
