@charset "UTF-8";
body {
	background: #000 url(../_images/darkbg.jpg) repeat;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica,;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 1024px;
	text-align: left;
	background: url(../_images/bg.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 860px;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#logo {
	height: 112px;
	width: 456px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#upperNav {
	margin-left: 108px;
	height: 23px;
	width: 785px;
	margin-top: 39px;
}

