/** Everything on this page was coded by Janelle Cabuco **/

*{
	margin:0;
	padding:0;
}

/* Placement of individual images that create the background */
body {
	background: #4f3722 url('../img/darkcurtain.jpg') repeat-x;
}

img{
	border: none;
}

 .leftcurtain{
	width: 50%;
	height: 495px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}

.rightcurtain{
	width: 51%;
	height: 495px;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
}

.rightcurtain img, .leftcurtain img{
	width: 100%;
	height: 100%;
}

.table{
	margin: 115px 100px 400px 70px;
}

.rope{
	position: absolute;
	top: -40px;
	left: 76%;
	z-index: 4;
}

body {
	font-family: 'Limelight', cursive;
	margin: 0;
}	

/* Clickable Image Padding */
td {
	padding: 10px;
}

.window{
    width:100%;
    height:100%;
    position:absolute;
}

.content {
    position: relative; 
    z-index: 2;
}

/* Placement of site description box */
.teaser {
	margin-top: 175px;	
	text-align: center;
}