body {
	background-image: url(graphics/bg-black.gif);
	background-repeat: repeat;
}
#images {
	width: 784px;
	margin-left: 50%;
	position: absolute;
	left: -392px;
	top: 1px;
}
#content {
	position: absolute;
	width: 784px;
	top: 720px;
	margin-left: 50%;
	left: -392px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#navigation {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #FFFFFF;
	position: absolute;
	width: 784px;
	margin-left: 50%;
	left: -392px;
	top: 665px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin-right: 50px;
	margin-left: 50px;
	padding: 2px 10px 2px 10px;
}
#navigation a:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #666666;
}