body {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #cfd6dc;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: Maroon;
}

a:hover {
	color: #FFA500;
}

.links {
	background-color: #FFF5EE;
	text-align: center;
	border-color: Maroon;
	border: 1px;
	border-style: solid;
	font-size: smaller;
	height: 20px;
	width: 75px;
}
.wrapper {
	width: 1024px;
}
