body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}

#container {
	width: 900px;
	margin: auto;
	padding: 0px;
	text-align: left;
		background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
}

#header {
	width: 900px;
	height: 169px;
}

#headerLeft {
	width: 215px;
	float: left;
}

#headerRight{
	width: 685px;
	float: right;
}
h1 {
	font-size: 19px;
}
h2 {
	font-size: 18px;
}

.footertxt {
	font-size: 11px;
	color: #8c8c8c;
}