body {
	background-color: #000000;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;

}
#content {
	width: 300px;
	margin-left: 50px;
	padding-bottom: 50px;

}
li {
	padding-bottom: 10px;
}
h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: -5px;
	margin-left: 50px;
}
#splash {
	background-image: url(big_title.gif);
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 350px;
}
a {
	font-size: 9px;
}
a:link {
	color: #336600;
}
a:visited {
	color: #8EB47D;
}

