#top10{
	position: relative;
	top: 40px;
	left: 425px;
	height: 175px;
	width: 325px;
	background-color:#363636;
	border: 4px solid #666666;
	padding: 5px;	
}
#questions{
	position: relative;
	left: 10px;
}
#allQuestionsLeft{
	position: absolute;	
	top: 60px;
	left: 40px;	
	width: 325px;
	text-align: left;	
	font-family:arial;
	color:#D6D6D6;
	font-size:12px;
}

#allQuestionsRight{
	position: absolute;	
	top: 200px;
	left: 390px;	
	width: 325px;
	text-align: left;	
	font-family:arial;
	color:#D6D6D6;
	font-size:12px;
}
#content {
	position: absolute; 
	display:block; 
	z-index:3; 
	width:800px; 
	height: 775px;
	background:#4F4F4F;
	text-align:left;
	font-family: arial;
	font-size: 12px;
	color: #D6D6D6;
	}

#left-margin {
	position:absolute;
	left:-112px;
	top:-80px;
	width:112px;
	height:880px;
	background-image: url('../images/leftGradient.png');
	background-repeat: repeat-y;
}

#right-margin {
	position:absolute;
	left:800px;
	top:-80px;
	width:112px;
	height:880px;
	background-image: url('../images/rightGradient.png');
	background-repeat: repeat-y;
}
#foot {
	position:absolute; 
	bottom:-26px; 
	width:800px; 
	height:25px; 
	font-size: 9px; 
	z-index:5; 
	font-family: arial;
	background-image:url('../images/BottomGradient.png');
	background-repeat:repeat-x;
	color: #7E7E7E;
	}