@charset "ISO-8859-1";
#wrapper{
	width: 850px;
	margin: 0px auto;
}

#background {
	margin-top: 75px;
}


a:link {
	color: #728CAB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #728CAB;
}
a:hover {
	text-decoration: none;
	color: #6A8455;
}
a:active {
	text-decoration: none;
	color: #728CAB;
}
