/* general */
body {
	font-family: Georgia,Arial,helvetica,sans-serif;
	font-size: 9pt;
	color: #FFFFFF; 
	background-color: #D1D1D1;
	border: 0px;
	margin: 0px;
}
td, div {
	font-size: 9pt;
}
a, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 12pt;
}
#mainDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 944px;
	height: 625px;
	margin-left: -472px; /*set to a negative number 1/2 of your width*/
	margin-top: -313px; /*set to a negative number 1/2 of your height*/
	vertical-align: top;
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	vertical-align: middle;
	overflow: auto;
	top: 190px;
	left: 385px;
	width: 422px;
	height: 307px;
}
#email {
	position: absolute;
	vertical-align: middle;
	text-align: right;
	top: 566px;
	left: 700px;
	width: 199px;
	height: 17px;
}
#home {
	position: absolute;
	vertical-align: middle;
	text-align: left;
	left: 385px;
	width: 45px;
	top: 64px;
	height: 23px;
}
#services {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	left: 430px;
	width: 138px;
	top: 64px;
	height: 23px;
}
#personnel {
	position: absolute;
	vertical-align: middle;	
	text-align: center;
	left: 568px;
	width: 79px;
	top: 64px;
	height: 23px;
}
#projects {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	left: 647px;
	width: 67px;
	top: 64px;
	height: 23px;
}
#contact {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	left: 714px;
	width: 59px;
	top: 64px;
	height: 23px;
}
#links {
	position: absolute;
	vertical-align: middle;
	text-align: right;
	left: 773px;
	width: 34px;
	top: 64px;
	height: 23px;
}
