body {
	color: white;
        font-family: Arial, Helvetica;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
        background-color: #000;
        background-image: url(/images/splash.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
} 

a:link,
a:visited {
	color: #f4b800;
}

a:hover {
	text-decoration: underline;
}