body
{
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
}
#wrap
{
	height: 100vh;
	width: 100%;
	display: block;
	position: relative;
	background-color: #ccc;
}
.door
{
	height: 100%;
	display: inline-block;
	position: relative;
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	background-position: center;
	background-size: cover;
}
.door a
{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	vertical-align: bottom;
	bottom: 0px;
	text-decoration: none;
	font-size: 74pt;
	font-weight: 900;
	color: #fff;
}
.door a:hover, .door a:active
{
	color: #fc0;
}
.door a p
{
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
}
h1
{
	font-size: 90pt;
	font-weight: 900;
	color: #6f6;
	z-index: 100;
	position: absolute;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#door1
{
	width: 22%;
	background-image: url("the-garden-of-earthly-delights-1-3.jpg");
}
#door2
{
	width: 56%;
	background-image: url("the-garden-of-earthly-delights-2-3.jpg");
}
#door3
{
	width: 22%;
	background-image: url("the-garden-of-earthly-delights-3-3.jpg");
}
#door1 a:hover, #door1 a:active, 
#door2 a:hover, #door2 a:active, 
#door3 a:hover, #door3 a:active, 
{
	color: #fff;
}
#floater1
{
	bottom: 3%;
	left: 45%;
	z-index: 2000;
	position: absolute;
	display: inline-block;
}
