body {
	height: 100%;
	width: 100%;
	background: #1c3035;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

img.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

img.logo {
	position: absolute;
	top: 100px;
	left: 150px;
	z-index: -1;
}

div.portfolio {
	margin: 222px auto 0;
	width: 800px;
}

div.xlinks {
	position: relative;
	top: -175px;
}

a:link, a:active, a:visited {
	color: #011b21;
	margin: 0;
	font-family: Vera Humana 95, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

a:hover {
	color: #666666;
}

img.portfolio {
	margin: 5px auto;
}

#TopDiv {
	height: 142px;
	width: 960px;
	background: url(../Images/logo-hires.png) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
}

#MenuDiv {
	margin: 18px auto;
}

#MainDiv {
	width: 920px;
	margin: 10px auto;
	background-color: #ffffff;
}
