@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#logo {
	background-image:url(logo.png);
	background-repeat:no-repeat;
	background-position:right;
	width:589px;
	height:500px;
	display:block; 
	margin:0 auto;
}
#content {
text-align:center;
color:#6d0700;
padding:15px;
}
a:link {
	color: #B74A42;
	text-decoration: none;
}
a:hover {
	color: #B23B31;
	text-decoration: underline;
}
a:active {
	color: #B24336;
	text-decoration: line-through;
}
a:visited {
	color: #A73327;
	text-decoration: line-through;
}
