@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b1200;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-color: #761d00;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}


a {
	text-decoration: underline;
	color: #ad0000;
}

a:hover {
	text-decoration: none;
}

.footer, .footer a {
	font-size: 11px;
	line-height: 20px;
}
#box-link {
	position: absolute;
	top: 482px;
	left: 708px;
	width: 275px;
	height: 175px;
	background-color: transparent;
	border: 0px solid yellow;
	
}	
		
