html {
	background: #dcdcdc;
}


html, body {
	height: 100%;
	margin:0px auto;
}

/* header */
#headerContainer {
	width: 100%;
	z-index: 10;
	position: relative;
	height: 204px;
	background: #dcdcdc  url("../images/header.png");
	background-repeat: repeat-x;
}

#header {
	width: 985px;
	height: 186px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 0px;
	width: 519px;
	height: 164px;
	margin-left: auto;
	margin-right: auto;
}

#logo img{
	background-repeat: no-repeat;
	background-position: bottom;
}

