body {
background-color: black;
background-repeat:no-repeat;
background-image: url(/static/images/background.jpg);
background-position: center top;
font-family: Arial,Tahoma,Verdana,sans-serif;
color:	white;
}
a {
color:	#957B39;
}

#main {
display: block;
width: 990px;
height: 775px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
#logo {
width:164px;
height: 89px;
left:20px;
float: left;
}
#place {
width: 750px;
float:left;
display: block;
height: 100px;
margin-left:30px;
margin-top: -11px;
position: relative;
}
#top1 {
text-align: right;
margin-top: 15px;
}
#top2 {
margin-top:20px;
}
#top3 {
margin-top:5px;
margin-left: 390px;
padding-left: 147px;
border-bottom: solid 2px #5B4C03;
height: 28px;
}
.tab {
color:white;
text-align: center;
float:left;
height: 22px;
text-decoration: none;
font-weight: bold;
padding-top: 6px;
font-size:14px;
margin-left: 1px;
text-shadow: #3e3405 0px 1px 0px;
}
.tab:hover {
color:#e6e0c0;
}
.tab-clicked {
color:#e6e0c0;
}
#top4 {
height: 600px;
margin-top: 2px;
}
#fb {
display: block;
height: 580px;
width: 350px;
background-image: url(/static/images/fb_background.png);
padding: 10px;
float:left;
}
#quiz-content {
display: block;
height: 602px;
width: 600px;
float: left;
margin-left:20px;
margin-top: 0px;
background-image: url(/static/images/quizBox.png);
}
#man {
display: block;
height: 602px;
width: 600px;
float: left;
margin-left:20px;
margin-top: -2px;
}
#man .row {
height: 149px;
width: 600px;
color:white;
margin-top:2px;
margin-bottom:2px;
}
#man .row img{
height: 149px;
width: 199px;
display: block;
float: left;
}
#man .row .t {
display: block;
float:left;
width:399px;
height: 149px;
margin-left: 2px;
}
#top5 {
margin-top:20px;
text-align: right;
}
#adfingers {
color:#463e31;
font-size: 11px;
text-decoration: none;
}
#adfingers:hover {
color:	#CCCCCC;
}

#quiz-content h2 {
	margin-top: 84px;
	margin-left: 80px;
	margin-right: 60px;
	font-size: 18px;
	height: 50px;
	font-weight: 100;
}
#quiz-content h2 b {
	color:#f7e4b7;
}
#quiz-content h2:first-line {
	margin-left:-30px;
}
#quiz-content h2 cite {
	display: block;
	font-style: normal;
	font-weight: normal;
}
#quiz-content h2 strong {
	display: block;
	margin: -22px 0 0 26px;
}

#quiz-content h2 span strong {
	display: block;
	margin: -22px 0 0 26px;
}
#quiz-content h2 span cite {
	display: block;
	font-style: normal;
	font-weight: normal;
}
#quiz-content h2 span b {
	color: #f7e4b7;
}
#quiz-content .again {
	width: 108px;
	height: 23px;
	cursor: pointer;
	display: block;
	margin:28px 0 0 75px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('/static/images/dar-karta.png');
}
#quiz-content .again:hover {
	background-image: url('/static/images/dar-karta-over.png');
}
#quiz-content .again span {
	display: none;
}
#quiz-content .continue {
	width: 84px;
	height: 23px;
	z-index: 3;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 20px 0 0 106px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('/static/images/testi.png');
}
#quiz-content .continue:hover {
	background-image: url('/static/images/testi-over.png');
}
#quiz-content .continue span {
	display: none;
}
#quiz-content #quiz-share {
	width: 93px;
	height: 26px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('/static/images/quiz-fbshare.gif');
	margin: 365px 0 0 330px;
	display: block;
}
#quiz-content #quiz-share:hover {
	background-image: url('/static/images/quiz-fbshare-over.gif');
}
#quiz-content #quiz-share span {
	display: none;
}

#quiz-content ul {
	margin: 40px 40px 0px 106px;
	height:100px;
}
#quiz-content ul li {
	margin: 0 0 18px 0;
}
#quiz-content ul input {
	margin: 0;
	padding: 0;
	z-index: 3;
	width: 13px;
	height: 13px;
	position: relative;
}
#quiz-content ul a {
	z-index: 3;
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('/static/images/checkbox.gif');
}
#quiz-content ul a.check {
	background-image: url('/static/images/checkbox-check.gif');
}
#quiz-content ul label {
	display: block;
	color: #f7e4b7;
	font-size: 14px;
	font-weight: bold;
	margin: -15px 0 0 0;
	padding: 0 0 0 26px;
	cursor: pointer;
}
#quiz-content #quiz-hidden {
	display: none;
}
.cell {
	display:block;
	position:absolute;
	width:315px;
	height:103px;
	top:-15px;
	left:400px;
	text-decoration:none;
}
.cell img {
	display: block;
	position: absolute;
	width:315px;
	height:103px;
	border:none;
}
.cell .cost {
	font-size: 20px;
	font-weight: bold;
	color:#f2bf4b;
	position: absolute;
	top: 59px;
	left: 90px;
	text-decoration:none;
}

