html, body {
  margin: 0px;
  padding: 0px;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	}
	
h1 {
	color: #831515;
	font-size: 25px;
	text-align:center;
	}
	
p {
	font-size: 15px;
	line-height: 1.2em;
	color: #831515;
	}

#container {
	width: 625px;
	height: 491px;
	background: no-repeat;
	margin: 0 auto;
	padding:0;
	}
	
#content {
	width: 375px;
	height:auto;
	float:right;
	padding-top:55px;
	}
	
#content-end {
	width: 335px;
	height:auto;
	float:right;
	padding-top:35px;
	padding-left: 310px;
	}
	
#quiz-text-home {
	width: 450px;
	height: 280px;
	background: #f6f6f6;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-left: 20px;
	color: #555;
	text-align: center;
	}
	
#quiz-text {
	width: 450px;
	height: 280px;
	background: #f6f6f6;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-left: 20px;
	color: #555;
	font-size: 15px;
	}
	
#answers {	padding: 10px;
	margin-left: 20px;
		width: 450px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
}
	
input {
	margin: 8px 0 0 0;
	padding: 0;
	}
	
#footer {
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 13px;
	padding-top: 115px;
	}
	
#footer a {
	color: #61c5f7;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer-end {
	color: #000;
	text-align: center;
	padding-top: 25px;
	}
	
