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

body {
	background-image: url(../media/bkg-gradient.png);
	background-repeat: repeat-y;
}
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 900px;
	background-color: #2F3945;
}
#banner {
	height: 72px;
	width: 813px;
}
#navigation {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 80px;
}
#content {
	float: right;
	width: 72%;
	background-color: #FFF;
	position: absolute;
	left: 215px;
	top: 80px;
}
#content-abitlonger {
	float: right;
	width: 72%;
	background-color: #FFF;
	position: absolute;
	left: 215px;
	top: 80px;
}


#contentlong {
	float: right;
	width: 72%;
	background-color: #FFF;
	position: absolute;
	left: 215px;
	top: 80px;
}

#contentshorter {
	float: right;
	width: 72%;
	background-color: #FFF;
	position: absolute;
	left: 215px;
	top: 80px;
}

#contentreallylong {
	float: right;
	width: 72%;
	background-color: #FFF;
	position: absolute;
	left: 215px;
	top: 80px;
}

#quizlong {
	float: right;
	width: 72%;
	background-color: #FFF;
	position: absolute;
	left: 215px;
	top: 80px;
}



#footer {
	clear: both;
	width: 813px;
	color: #FFF;
	background-color: #750000;
	height: 50px;
	position: absolute;
	left: 1px;
	top: 862px;
}
