html, body {
	margin: 0;
	padding: 0;
	background-color:#000000;

}

#stuff {
   position: absolute;
   text-align:center;
   left: 50%;
   width: 500px;
   height: 200px;
   margin-top: 100px; 
   margin-left: -250px;
   font-family:Georgia, 'Times New Roman', Times, serif bold;
   font-size:14px;
	color:#ffffff;
	line-height:10px;
}

#stuff a {
	
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
	text-decoration:none;
	
}

#stuff a:hover {
	text-decoration:underline;
}

