#wrapper{
	background-image: url(../housing/images/housing_background.png);
	width: 1024px;
	height: 768px;
	background-size: 100% 100%;
	color: #E80C80;
	font-family: sans-serif;
	text-align: center;
	margin: auto;
	position: relative;
}

img
{
	border: none;
}

header{
	font-size: 60px;
	margin-bottom: -40px;
	font-weight: bolder;
}

.houses{
	width: 100%;
	cursor: pointer;
}

figure{
	width: 25%;
	float: left;
	margin: -20px 0px 30px 0px;
}

figure img{
	width: 25%;
	margin: 0%;
}

figcaption{
	font-size: 50px;
	margin: -90px 0px 10px 0px;
}

#pictureframe img{
	height: 500px;
	margin-top: 50px;
}

.selectable{
	cursor: pointer;
	font-size: 110px;
	line-height: 50px;
}

.leftnumbers{
	position: absolute;
	top: 60px;
	left: 40px;
}

.rightnumbers{
	position: absolute;
	top: 60px;
	right: 40px;
}

#submit{
	position: absolute;
	top: 583px;
	left: 360px;
	font-size: 80px;
	cursor: pointer;
	background-color: white;
	border: solid #E80C80 4px;
	border-radius: 10px;
	display: none;
}