body {
	background: url(images/bunnybackground.png);
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: 565656;
}

body a {
	text-decoration: none;
	color: #A8A28B;
}

body a:hover {
	text-decoration: underline;
	color: #88BCBF;
}

#main {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 120px; 
	margin-bottom: 0px; 
	width: 590px;
	text-align: center;
}

.copyright {
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: 666666;
}

.outer {
	text-align: center;
}
