BODY {
	
	background: url(./image/bgblancjoli.gif);
	text-align: center;
	
	
}
 #bk {
	position:relative;
	margin:0 auto;
	border-color:#a2a2a2;
	background-color: #E3E3E3;
	border-width:1px;
	border-style: solid;
	width:1106px;
	padding:0;
 }

p {
	margin: 15px 30px;
}

#content {
	padding:5px;
	margin: 0px;
	width: 1070px;
		
	font-family:"TimesNewRoman",helvetica, verdana,helvetica,arial,sans-serif; 
	font-size: 15px; 
	font-weight: 500;
	text-align: left;
}
			
#content .header {

	height: 120px;
	background: #E3E3E3 url("./image/TOP.jpg") no-repeat top center;
	
}
		
#content .buttons {
	margin: 5px;
	
	text-align: right;
}
			
#content .form-item {
	margin: 40px 30px;
}
			
#content .form-item .question {
	margin-bottom: 5px;
}
			
#quiz1 {
	display: block;
	height: 860px;
	padding: 10px 0;
	width: 1100px;
	background: url(./image/towerofLondon.jpg) no-repeat center;
}

#quiz1 .form-item {
	margin: 24px 10px 24px 700px;
}
			
#quiz2 {
	display: none;
	height: 1287px;
	padding: 10px 0;
	width: 1080px;
				
	background: url(./image/bigben2.jpg) no-repeat center center;
}

#quiz2 .form-item {
	margin: 23px 10px 23px 600px;
}
			
#quiz3 {
	display: none;
	height: 860px;
	padding: 10px 0;
	width: 1100px;
	
	background: url(./image/beef.jpg) no-repeat center center;
}

#quiz3 .form-item {
	margin: 20px 15px 20px 40px;
	
	font-size: 14px;
}


#result {
	font-size: 16px;
	display: none;
	padding: 1px;
	height: 825px;
	width: 1099px;
	background: url("./image/stone.gif") no-repeat center;
}

#result table {
	font-weight: bold;
	margin: 100px 70px;
}

#result table td,
#result table th {
	padding: 12px;
	width: 33%;
}



#result table .td {
color: black;
}

#result table td.correct {
    font-weight: bold;

	color: green;	
}

#result table td.failure {
	font-weight: bold;	
	
	color: red;
}

#result table .resultLevel {

	font-weight: bold;
}
p
#result table .suggestedGroup {
	font-size: 17px;
	margin: 10px 10px ;
	font-weight: bold;	
}

