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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	margin: 0px;
	background: url(images/background.png) repeat-x;
}

#background {
	background: url(images/background.png) repeat-x;
}

#container {
	background: #FFFFFF;	
	width: 800px;
	margin: 0 auto 0 auto;
}

#content {
	padding:10px;
}

th {
	text-align: left;
}	
	
.question { 
	background-color: #EEEEF0;
}

#header {
	height: 75px;
	margin: 20px 0 0 0;
	background: #FFF url('images/header_stripe.png') repeat-x bottom;	
	
}

#headertext {
	position:relative;
	background-color:#FFFFFF;
	top:30px;
	left:25px;
}

#footer {
}

