@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	}
	
img {
	border:0;
	}
#home_container {
	position:absolute;
	height: 100%;
	width:780px;
	left:50%;
	margin-left:-390px;
	margin-top:0;
	background-color: #444444;
	}
#home_image_container {
	height:400px;
	width:780px;
	margin:0 auto;
	background: url(images/frontpagebuilding.gif) top center no-repeat #444444;
	}

#home_nav_container {
	height:50px;
	width:780px;
	margin:0 auto;
	background-color:#fff;
	}		
.home_nav {
	float:right;
	height:50px;
	width:300px;
	}
