html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: url(background.gif);
}
#top {
	position: absolute;
	top: 0;
	width: 550px;
}
#navigation {
	position: absolute;
	top: 40px;
	width: 170px;
}
#text {
	position: absolute;
	top: 30px;
	left: 180px;
	width: 760px;
	height: 712px;
	color: #999;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.box {
	position: relative;
	width: 905px;
	margin: auto;
	top: 41px;
}
a:link {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}
#text a {
	font-weight: normal;
	text-decoration: underline;
}
a.info {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #CC0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
ul {
	color: #999;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
ul, li {
	list-style: none;
	font-weight: bold;
}
li {
	margin-bottom: 7px;
}