body {
	background-color: black;
}

#wrapper {
	width: 884px;
	height: 600px;
	background-image: url("../images/contactBG.jpg");
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#topnav {
	padding-left: 680px;
	padding-top: 45px;
}

#topnav ul {
	padding-left: 0;
	margin-left: 0;
}

#topnav li {
	list-style-type: none;
	display: inline; 
}

#topnav a {
	font-family: verdana, Geneva, impact, times new roman;
	font-size: 11pt;
	color: white;
	text-decoration: none;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
}

#topnav a:hover {
	color: red;
}

