@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #FFFFFF;
}
div#wrapper {
	height: 800px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#content {
	height: 800px;
	width: 1000px;
	background-color: #FFFFFF;
}

