/* CSS Document */

html {
	height: 40%;
}

body {
	text-align: center;
	font-family: "helvetica",Verdana,Arial,Sans-serif;
	font-size: 9px;
	color: #ffffff;
	height: 20%;
	background:#000000
}

#shell {
	margin-top: 100px;
}


a, a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
a span {
	color: #000000;
}
