body{
	font-family:verdana;
	background: url(../img/background.jpg) no-repeat;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%;
	color:#444;
}

#option1,#option2,#option3,#option4{
	display:none;
	margin-bottom: 10px;
}
.tatar{
    text-decoration: none;
    font-size: 20px;
    margin-right: 20px;
    color: #fff;
    background: #3C8FB7;
    padding: 4px 8px;
	border: 0;
	cursor: pointer;
}

#question{
	border:10px;
}

#question-container{
	border:10px;
	height:300px;
	width:400px;
	display:none;
}

#answer-container{
	height: 35px;
	margin-top: 10px;
	display: none;
}

.q_img{
	width:50%;
}

#finish_img{
	display: none;
}

#result{
	display: none;
}

.doc-links{
	margin:10px;
}