body {
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #999999;
	background-image: url(header.gif); 
	background-repeat: repeat-x;
	margin-top: 100px;
}

div {
	text-align: center;
}

#button {
	margin-top: 8px;
	margin-bottom: 8px;
}

#copy {
	float: center;
	margin-top: 20px;
}

a:link {
	color: #CC0000; 
	text-decoration: none;
}
		
a:visited {
	color: #660000; 
	text-decoration: none;
}

