body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 720px;
	background-color: #101010;
	color: #555555;
	font-size: 12px;
}
div, p, h1, h2, form, ul {
	margin: 0px;
	padding: 0px;
}
#container {
	position: absolute;
	height: 500px;
	width: 720px;
	margin: -250px 0px 0px -360px;
	top: 50%;
	left: 50%;
	text-align: left;
}
#container h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#container h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container ul {
	padding-top: 40px;
	list-style-type: none;
	line-height: 18px;
	letter-spacing: 1px;
}
#container a {
	color: #555555;
	text-decoration: none;
}
#container a:hover {
	color: #666666;
	text-decoration: none;
}
#container #contact {
	height: 100px;
	width: 200px;
	position: absolute;
	left: 256px;
	top: 259px;
	z-index: 100;
	font-size: 14px;
	font-weight: bold;
}
#container #photo {
	height: 431px;
	width: 548px;
	position: absolute;
	left: 87px;
	top: 45px;
	z-index: 100;
	font-size: 14px;
	font-weight: bold;
}
#container #menu {
	height: 20px;
	width: 250px;
	position: absolute;
	left: 460px;
	top: 10px;
	text-align: right;
}
