a:link { 
 color: #53753C;
 text-decoration: none;
 font-weight:bold;
 }

a:visited { 
 color: #53753C;
 text-decoration: none;
 }

a:hover { 
 color: #53753C;
 text-decoration: none;
 }

a:active { 
 color: #53753C;
 text-decoration: none;
 }

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size: 75%;
	color: #FFFFFF;
	height:100%;
	width:100%;
}

#wrapper {
	max-width: 980px;
	max-height: 730px;
	margin-left:auto;
	margin-right:auto;
}