@charset "UTF-8";
body {
	font-family: "Helvetica Neue", Arial, Tahoma, sans-serif, Helvetica;
	text-decoration: none;
	background-image: url(../images/generic-bground-new.jpg);
	color: #666666;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
}
#header {
	height: 204px;
	width: 850px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/header-new.png);
}
#maincontent {
	width: 850px;
	position: absolute;
	height: 200px;
	left: 0px;
	top: 204px;
	padding-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
