body {
	background-color: #ffffff;
	color: rgb(130, 105, 90);
	font-weight: bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


a {
	color: rgb(153, 184, 157);
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	}

a:hover {
	color: rgb(150, 20, 0);
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	}

	

#main {
	top: 250px;
	position: relative;
}
#copyright {
	padding-top:250px;	
}