#content {
	margin: 0px auto;
	width: 1920px;
}
#headline {
	width: 100%;
	background-color: #333;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
}
#bg {
	width: 1920px;
	background-color: #303030;
	height: auto;
	margin-top: 0px;
}

#footer {
	width: 100%;
	background-color: #333;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
}

html, body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	margin: 0px auto;
	margin-top: 25px;
}

body,td,th {
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida     Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
