html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #1f1f1f;
	background-image: url(bg_repeat.jpg);
	background-repeat: both;
	background-position: center top;
}
div#body {
	position: relative;
	margin: 0px auto;
	width: 1050px;
	height: 100%;
	background-color: #101010;
}
div#menu {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 45px;
	background-color: #E6E6E6;
	border-bottom: solid 5px #999;
	-webkit-box-shadow: 0px 0px 7px #000000;
	-moz-box-shadow:    0px 0px 7px #000000;
	box-shadow:         0px 0px 7px #000000;
}
div#landingpage_hype_container {
	margin-top: 0px;
}
div#footer {
	clear: both;
	padding-top: 40px;
	color: #777;
	text-align: center;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 17px;
	letter-spacing: 1px;
}
div#footer a:link, div#footer a:visited {
	color: #BBB;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFF;
	text-decoration: none;
}