#display {
	background: url('../img/background.jpg');
	filter: grayscale(40%);
	background-size: 100% 100%;
	border-radius: 4px;
	position: relative;
	max-width: 100%;
	height: 500px;
	padding: 10px 10px 0 10px;;
}

/* Меню */
.pageMenu {
	display: table;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	text-align: left;
}

.pageMenu div {
	display: table-cell;
	text-align: right;
}

.pageMenu a {
	background: #1560BD;
	color: #FFFFFF;
	margin: 0 4px 0 0;
	transition: background 300ms linear;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 18px 6px 18px;
	font: 700 12px sans-serif;
	text-decoration: none;
}

.pageMenu div a {
	margin: 0 0 0 4px;
}

.pageMenu a:hover {
	background: #3B5998;
	color: #FFFFFF;
	transition: background 300ms linear;
}
/* End: Меню */

#warp {
	background:  rgba(255, 255, 255, 0.8);

	border-radius: 4px;

	color: #000000;
	font: 700 13px sans-serif;

    padding: 6px 15px 6px 15px;

	height: calc(100% - 60px);
}

.answer {
	background: #FFFFFF;

	border-radius: 4px;

	text-align: center;

	width: calc(100% - 44px);

	position: absolute;
	left: 20px;
	top: 120px;
}