﻿div.content
{
	background-image: url('../images/cabinFront.jpg');
	background-repeat: no-repeat;
}

div.birds
{
	background-image: url('../images/cabin2Birds.gif');
	background-repeat: no-repeat;
	width: 436px;
	height: 243px;
	z-index: 1;
}

div.arrowAndDoor
{
	display: inline;
}

img.arrow
{
	width: 170px;
	height: 100px;
	margin-left: 70px;
	margin-top: 61px;
	float: left;
}

a#door
{
	width: 80px;
	height: 192px;
	margin-left: 115px;
	float: left;
	background-image: url('../images/door.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}

a#door:focus, a#door:hover, a#door:active
{
	background-position: -80px 0px;
}
