html, body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #8d9935;
	width: 100%;
	/* Mac IE5 comment hack (hides next line from this browser) \*/
	height: 100%;
	/* end hack */	
}

p {
	font: 16px/20px Arial, Helvetica, sans-serif;
	font-weight: normal;
}
	
.copy {
	margin: 320px 0px 0px 380px;
	text-align:left;
}
.logo {
	text-align:center;
}
a {
	color: #8d9935;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}
