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