body {
	text-align:center;
	background-color:#3B6AA0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	background-image: url(background3.png);
	background-repeat: repeat;
}
#wrapper {
	margin-right:auto;
	margin-left:auto;
	width:700px;
	text-align:left;
}
#header {
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	background-image:url("Header 1.png");
	background-repeat:no-repeat;
	width:700px;
	height:180px;
}
#quiz_main {
	margin-top:0px;
	margin-bottom:0px;
	background-image:url("mainbggrey3.png");
	background-repeat:repeat;
	width:700px;
}
#footer {
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	background-image:url("Footer 2.png");
	background-repeat:no-repeat;
	width:700px;
	height:121px;
}
a:link, a:hover, a:visited{
	text-decoration:none;
	color: #000099;
}