body {
	/* background-image: url('Bluewave.gif'); */
	background: #000000;
	/* border: 1px solid white; */
	font-family: Verdana, Arial;
	/* text-align: center; */
	color: #CACACA;
}

#header {
	width: 100%;
	text-align: right;
}

#wrapper {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

#frontpage_title {
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
}

#frontpage_content {
	font-size: 14px;
}

#frontpage_content li {
	list-style: disc;
	margin-left: 25px;
}

#frontpage_content ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover { text-decoration: underline; }
