* {
   line-height: 100%;
   margin: 0;
   padding: 0;
}
body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
	color: #FFF;
	background-color: #000000;
}
#logo {
	position: absolute;
	left: 50%;
	width: 20em;
	height: auto;
	margin-left: 6.5em;
	margin-top: 1em;
	overflow: visible;
	z-index: 1;
}
#main {
	position: absolute;
	left: 50%;
	width: 60em;
	height: auto;
	margin-left: -30em;
	margin-top: 5em;
}
#text {
	position: absolute;
	float: left;
	width: 37em;
	height: auto;
	margin-left: 3em;
	overflow: visible;
	z-index: 2;
}
#picture {
	position: absolute;
	width: 14em;
	height: auto;
	margin-left: 43em;
	overflow: hidden;
	z-index: 2;
}
#links {
	position: absolute;
	width: 60em;
	height: auto;
	margin-top: 20em;
	text-align: center;
	overflow: visible;
	z-index: 1;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #FFF;
}
a {
	color: #BBB;
	text-decoration: none;
}
a:visited {
	color: #BBB;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}