@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#090913;
	margin: 0;
	padding: 0;
	color: #000000;
}
#container {
	width: 1024px;
	background:url(images/biobackground2.jpg) no-repeat top;
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 600px;
}

#container #navcontainer {
	float: left;
	margin-top: 24px;
	margin-left: 140px;
}
#home p {
	font-family: times new roman, times serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#home p a {
	color: #fff;
}

