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

body {
	background-color: #FFFF99;
	margin-top: 5%;
	margin-bottom: 7%;
	height: 86%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

#container {
	width: 700px;
/*	height: 595px; */
	margin-left: auto;
	margin-right: auto;
}

