@charset "UTF-8";
body {
	margin: 0px;
	padding: 0em;
	text-align: center;
	background-color: #FFF;
}
#wrapper {
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFF;
}
#container {
	height: 550px;
	width: 800px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center 180px;
	margin: auto;
	color: #FFF;
}
#header {
	background-repeat: no-repeat;
	padding-left: 0em;
	padding-right: 0em;
	text-indent: -999999px;
	width: 800px;
	height: 200px;
	background-color: #FFF;
}
