@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #640c0c;
}
#wrapper {
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -250px;
	margin-left: -450px;
	width:900px;
	height:500px;
	z-index:1;
	background-image: url(../images/bio_bg.jpg);
	background-repeat: no-repeat;
}
#navigation {
	position:absolute;
	left:32px;
	top:112px;
	height:349px;
	width:133px;
}
#bioverder {
	position:absolute;
	left:705px;
	top:438px;
	width:127px;
	height:21px;
}

