body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/bebasneue-webfont.eot');
	src: local('?'), url('fonts/bebasneue-webfont.woff') format('woff'), url('fonts/bebasneue-webfont.ttf') format('truetype'), url('fonts/bebasneue-webfont.svg#webfontQ6VD05F5') format('svg');
	font-weight: normal;
	font-style: normal;
}

#navbar {width: 100%; height: 50px; position: absolute; bottom: 25%; background-color: #131313;}

#logo  {width: 330px; height: 96px; background: url('images/logo.png') no-repeat left top; position: relative; top: -20px; left: 30px; float: left; margin-right: 8em;}
#logo h1 {position: relative; left: -999em; top: -999em;}

#menu {list-style-type: none; margin: 0; position: absolute; top: 12px; right: 10px;}
#menu li {font-family: BebasNeueRegular; font-size: 20pt; color: white; float: left; margin-right: 0.5em;}
#menu li a {color: white; text-decoration: none;}
#menu li a:hover {color: #80FFAE;}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url('images/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}