BODY {
	background: Black url(img/dodbg.gif) no-repeat top;
	margin: 0px;
	margin-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #efefef;
	letter-spacing: 1px;
	line-height: 18px;
}

a.email:link, a.email:active, a.email:visited {
	color: #7FC4DB;
	text-decoration: underline;
}

a.email:hover {
	color: #3FA4C5;
}

a.footer:link, a.footer:active, a.footer:visited {
	color: #888888;
	text-decoration: underline;
}

a.footer:hover {
	color: #cdcdcd;
}

H1 {
	font-size: 16px;
	color: #DEDEDE;
	margin: 0px;
}

H2	{
	font-size: 14px;
	color: #CC0000;
	margin: 0px;
	margin-top: 10px;
}

#mainlayer {
	position: absolute;
	width: 900px;
	left:50%;
	margin-left:-450px;
	display: block;
}

#textlayer {
	position: relative;
	top: 230px;
	left: 300px;
	width: 600px;
}

#sound {
	position: relative;
	top: 0px;
	left: 180px;
	width: 100px;
}

#footer {
	position: relative;
	top: 200px;
	color: #666666;
	text-align: center;
	font-size: 10px;
}

