body {
	background: #000;
	color: #fff;
	text-align: center;
	font-family: verdana,helvetica,arial,sans-serif;
}

div#content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 700px;
	color: #fff;
	background: #000 url(/images/naturalnetworks-logo.gif) center top no-repeat;
}

div#tagline {
	position: absolute;
	bottom: 10px;
	text-align: center;
}

span.taghead {
	font-size: 120%;
}

div#footer {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 70%;
	text-align: center;
}

div#footer a {
	color: #aaa;
}