body {
	background: #7E7C52 url(../imgs/bak_splash.jpg) repeat-x;
	margin-top: 0;
}

body,
td,
p {
	color: #fff;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font: italic 23px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
}

a:link, 
a:active, 
a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

#landing {
	border-top: 1px dotted #9A9975;
	border-bottom: 1px dotted #9A9975;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 0;
}

#landing td.one,
#landing td.three {
	width: 165px;
	border-left: 4px solid #9A9975;
}

#landing td.two,
#landing td.four {
	width: 245px;
	vertical-align: top;
	padding: 8px 0 0 6px;
}

p.footer,
p.footer a {
	color: #DEDEDE;
}

