body {
	font-family: Helvetica;
	font-size: large;
	font-weight: bold;
	background-image: url(../images/bg_body_index.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0px;
}
#wrapper {
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
#mainNav {
	text-align: center;
	font-family: Helvetica;
	font-size: large;
	font-weight: bold;
	width: 800px;
	top: 450px;
	position: absolute;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	display: inline;
	padding-right: 15px;
	list-style-type: none;
	padding-left: 15px;
	margin-top: 0px;
}
#mainNav a {
	text-decoration: none;
	color: #FFFFFF;
}
#mainNav a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #0072AD;
}
