* {
	font-face: Ariel;
}	

body {
	margin-top: 0;
	background-image:url(images/BG.jpg);
	background-position:center;
	background-repeat:repeat-y;
    color: #672519;
	font-size: 14pt;
}

td {
	font-size: 14pt;
}
a:link {
	text-decoration: none;
	color: #520d00;
}
a:visited {
	text-decoration: none;
	color: #390900;
}
a:hover {
	text-decoration: underline;
	color: #520d00;
}
a:active {
	text-decoration: none;
	color: #520d00;
}

.container{
	display:block;
	width:800px;
	margin:auto;
}
.box{ 
	position:relative;
	top: 30px;
	left: -54px;
	z-index: 3;
	width:108px;
}
.content{ 
	position:absolute;
	top: 0px;
	z-index: 2;
}
