/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #000000;
}
#heading {
	background-color: #000000;
	height: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#textbox {
	position: absolute;
	left: 150px;
	top: 167px;
	width: 650px;
	padding-left: 10px;
}
#background {
	position: absolute;
	top: 150px;
	left: 0px;
}
a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
