body {
	background-color: #21140A;
	margin-top: 10px;
	text-align: center;
	background-image: url(../images/bg.jpg); 
	background-repeat: no-repeat;
	background-position: center;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	background-image: none;
}

table.fill td {
  background-color: #E6DFD2;
}

a:link {
	color: #5A1E09;
	text-decoration: none;
}

a.white {
	color: #E6DFD2;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}