.background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7C5D3E;
}
a:link {
	text-decoration: none;
	color: #7C5D3E;
}
a:hover {
	text-decoration: underline;
	color: #4F3B27;
}
a:visited {
	color: #7C5D3E;
	text-decoration: none;
}
