@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background: #C9EAFB url('../images/background.jpg') top center no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #999999;
	text-decoration: none;
}

#content {
	width: 850px;
	height: 650px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}

#footer {
	margin: 50px auto;
	width: 580px;
}