body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #000
}

td {
	color:#b9b9b9;
	font-family: trebuchet MS;
	font-size: 10pt
}

a {
	color:#e0c77a;
	font-family: trebuchet MS;
	font-size:10pt;
	text-decoration: none;
	font-weight:bold
}

a:hover {
	color:#b9b9b9
}

#arrow {
	position: fixed;
	right: 10px;
	top: 57px;
}