body {
	text-align:center;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}
#wrapper {
	margin-right:auto;
	margin-left:auto;
	width:800px;
	text-align:left;
}
#header {
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	background-image:url("top.gif");
	background-repeat:no-repeat;
	width:800px;
	height:45px;
}
#quiz_main {
	margin-top:0px;
	margin-bottom:0px;
	background-image:url("mid.gif");
	background-repeat:repeat;
	width:800px;
}
#footer {
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	background-image:url("bottom.gif");
	background-repeat:no-repeat;
	width:800px;
	height:45px;
}
a:link, a:hover, a:visited{
	text-decoration:none;
	color: #000099;
}
