* {padding: 0; margin: 0}

img {border-width: 0px}

body {
	background-color: black;
	background-repeat: no-repeat; background-position: top center;
	margin: 0px 0px 0px 0px;
	color: white;
	font-family: Georgia;
    font-size: 14px;
}

#footer {
	padding: 15px 0px 15px 0px;
	font-size: 12px;
	color: #808080;
	text-align: center;
}

#footer a {
	color: #e1e1e1; text-decoration: none
}

#footer a:hover {
	color: #808080; text-decoration: underline;
}

#splash_container {
    width: 100%; text-align: center; margin-top: 150px
}

#links_container a {
    font-variant: small-caps;
    color: white;
    text-decoration: underline;
    font-size: 2.4em;

}

#links_container a:hover {
    text-decoration: none;
    color: #808080;
    }