
html, body {
	font-size: 12px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #0A192B url(bg.gif) repeat-x top;
	text-align: center;
	color: #FFFFFF;
}

a { color: #FFFFFF; }
a:hover { color: #F2B43E; }

table { font-size: 12px; }

table td { vertical-align: top; }

#wrapper {
	width: 830px;
	margin: 0px auto;
	vertical-align: middle;
	clear: both;
}

.footer {
	text-align: center;
	height: 100px;
	background: #122333 url(footer_bar.gif) repeat-x top;
	padding-top: 60px;
}

.bottom { background: #122333 url(footer_bg.gif) repeat-y; }
