@charset "UTF-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

body {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
#container {
	width:950px;
	height:765px;
	background:url(images/bg-body.jpg) no-repeat bottom center;
}
#header {
	width:100%;
	height:162px;
	background:url(images/bg-head.jpg) no-repeat left top;
}
p {
	font-size:11px;
	color:#294294;
}
span {
	font-size:14px;
	font-weight:bolder;
}
#download {
	background:url(images/download-butt.jpg) no-repeat top left;
	width:120px;
	height:38px;
	position:absolute;
	left:558px;
	top:610px;
}
#a  { 
   display: block;
   height: 100%;
   width: 100%;  }
#text {
	width:100%;
}
#text p {
	font-size:16px;
	margin-bottom:15px;
}
#text span {
	font-size:22px;
	color:#E81315;
}
#text strong {
	text-transform:uppercase;
}
#text a {
	color:#E81315;
	font-size:19px;
	font-weight:bolder;
	text-transform:none;
	text-decoration:none;
	padding-left:15px;
	background:url(images/pre.png) no-repeat left;
}
#quiz {
	width:100%;
}
#quiz h1 {
	font-size:13px;
	background:url(images/line.jpg) no-repeat bottom left;
	padding-bottom:3px;
	margin-bottom:20px;
	color:#294294;
	font-weight:bolder;
}
#quiz h2 {
	font-size:36px;
	color:#E81315;
	font-weight:bolder;
	letter-spacing: -2px;
}
#quiz p {
	line-height:200%;
}
#result {
	width:100%;
}
#result h1 {
	color:#E81315;
	font-size:33px;
	background:url(images/line2.jpg) no-repeat bottom left;
	padding-bottom:5px;
	margin-bottom:20px;
}
#result a {
	color:#E81315;
	font-size:12px;
	text-decoration:none;
}
#result p {
	font-size:12px;
}