@charset "UTF-8";
#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 247px;
	width: 800px;
}
#content {
	height: 566px;
	width: 800px;
}
body {
	background-image: url(../Background/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
}

