@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-size: 100%;
	background: #FCF8F0;
}
#wrapper {
	height: 848px;
	width: 600px;
	margin: 0px auto;
}
