html {
	height: 100%;
}
body {
	background-color: #000;
	color: #fff;
	text-align: center;
}
body, input {
	font-family: "Trebuchet MS", sans-serif;	
}
.accent {
	color: #093;
}
h1 {
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
}
a {
	color: #fff;
	text-decoration: underline;
}
#logo {
	position: absolute;
	top: 15px;
	right: 15px;
}
#introduction {
	width: 900px;
	height: 520px;
	
	position: absolute; 
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -260px;
	
	text-align: left;
}

#introduction #introductionpic {
	position: absolute; 
	left: 0;	
	top: 10px;
}
#introduction #introductiontext h1 {
	margin-bottom: 15px;
}
#introduction #introductiontext {
	position: absolute; 
	left: 350px;
}
#introduction #introductiontext p{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4em;
}
#btnStart img {
	margin-top: 25px;
}

#question {
	width: 820px;
	height: 450px;
	
	position: absolute; 
	top: 50%;
	margin-top: -225px;
	left: 50%;
	margin-left: -400px;
	
	text-align: left;
}
#question #questionpic {
	position: absolute; 
	left: 0;
}
#question #questiontext {
	position: absolute; 
	left: 450px;
	padding-top: 120px;
}
#questiontext h1 {
	margin-bottom: 5px;
}
label {
	font-size: 18px;
	line-height: 1.4em;
}
#navigation {
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
#btnNext img {
	margin-top: 15px;
}
#contactInfo {
	bottom: 60px;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}
.textbox {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	font-size: 18px;
	margin-right: 20px;
}
.textbox:focus {
	border-color: #093;
}
.textbox.placeholder {
	color: #666;
}
.textbox.error {
	border-color: #f00;
}
form {
	display: inline;
}

#finished {
	width: 500px;
	height: 300px;
	
	position: absolute; 
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -150px;
	
	text-align: left;
}

#finished p {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.4em;
}

/* Quiz finished */
.variants li {
	height: 18px; 
	background-image:url('radio.png'); 
	background-repeat: no-repeat; 
	padding-left: 45px; 
	margin: 10px 6px; 
	font-size: 18px;
}
.variants li.selected {
	background-position: 0 -36px;
}
.variants li.disabled {
	background-position: 0 -18px;
	color: #444;
}
