/* CSS Document */

body {
	background-image: url(images/BODY-background.jpg);
	background-position: top center;
	background-color: #292B42;
	margin: 50px 0px; 
	padding: 0px;
	text-align: center;
	}
#wrapper {
	width: 683px;
	margin: 0px auto;
	text-align: left;
	}
div.logo {
	width: 350px;
	height: 162px;
	float: left;
	}
div.nav {
	width: 333px;
	height: 162px;
	float: left;
	}
div.content {
	width: 683px;
	height: 450px;
	clear: both;
	position: relative;
	top: -4px;
	}
div.not-really-here {
	display: none;
	}
