a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

a {
//	text-decoration: none;
}

body {
	background-color: #000000;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 100%;
	line-height: 1.125em;
}

#content {
	color: white;
	font-family: sans-serif;
	position: absolute;
	top: 410px;
	left: 300px;
	font-size: 0.75em;
}

#copy {
	position:absolute;
	top: 1050px;
	left: 490px;
	font-size: 12px;
	color: white;
	font-family: sans-serif;
}