@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}


body {
	text-align: center;
	margin-top:10px;
}

div#container {
	width:897px;
	height: 566px;
	margin-top: 70px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	
	}


div#navBar {
	height: 32px;
	width: 897px;
	float: none;
	clear: both;
	text-align: center;
	}
#footer {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 80%;
	color: #BBB;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	text-decoration: none;
	color: #BBB;}
