/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #000;
}


#spacer {
width: 1px;
height: 50%;
margin-bottom: -250px;
float: left;
}


#content {
	clear: left;
	background: #000;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height: 500px;
	clear: left;
	overflow: auto;
	}
	
	
a:link {
text-decoration: none;
color: #ffffff
}

a:visited {
text-decoration: none;
color: #ffffff;
}

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