* { margin: 0; padding: 0; }
html, body {
	margin: 0 auto; padding: 0;
	background-color: black;
	height:100%;
}
img {
	border: none;
}
#wrapper {
	position: relative;
	width: 100%;
	top: 0; left: 0;
	text-align: center;
}
#layout {
	width: 1000px;
	margin: auto;
}

#top {
	width: 1000px;
	height: 169px;
	background: url('../img/topBG.jpg') top left no-repeat;
}
#left {
	width: 253px;
	height: 631px;
	background: url('../img/leftBG.jpg') top left no-repeat;
	display: inline-block;
	float: left;
}
	#nav {
		position: absolute;
		display: block;
		margin-left: 103px;
		margin-top: 124px;
	}
#middle {
	width: 267px;
	height: 631px;
	background: url('../img/middleBG.jpg') top left no-repeat;
	display: inline-block;
	float: left;
}
	#curtains {
		display: inline-block;
		position: absolute;
		width: 451px;
		height: 427px;
		margin-left: -43px;
		margin-top: 90px;
		z-index: 990;
	}
		#a, #b, #c, #d, #e {
			position: absolute; top: 0; left: 0;
			width: 451px; height: 427px;
		}
		#a { background: url('../img/curtains/0.png') no-repeat; z-index: 990; }
		#b { background: url('../img/curtains/1.png') no-repeat; z-index: 989; }
		#c { background: url('../img/curtains/2.png') no-repeat; z-index: 988; }
		#d { background: url('../img/curtains/3.png') no-repeat; z-index: 987; }
		#e { background: url('../img/curtains/4.png') no-repeat; z-index: 986; }
	#content {
		display: block;
		position: absolute;
		width: 235px;
		height: 242px;
		margin-left: 30px;
		/*margin-top: 130px;*/
		padding: 5px;
		overflow: auto;
		
		text-align: left;
		font-size: 13px;
	}
	#content img {
		margin-left: -10px;
	}
	.spacer {
		height: 80px;
	}
	#menuLink { 
		margin-top: 4px;
		width: 260px;
		position: absolute;	
		text-align: center;
	}
	#menuLink a {
		font-family: Arial;
		font-size: 12px;
		color: #999;
		text-decoration: none;
		text-align: center;
	}
#right {
	width: 480px;
	height: 631px;
	background: url('../img/rightBG.jpg') top left no-repeat;
	display: inline-block;
	float: left;
}
	#gallery {
		position: absolute;
		width: 220px;
		height: 140px;
		margin-left: 13px;
		margin-top: 45px;
	}
		#gallery-frame {
			position: absolute;
			background: url('../img/frame.png') top left no-repeat;
			width: 255px;
			height: 240px;
			
			z-index: 995;
		}
		
.lights {
	position: absolute;
	display: none;
}
	#candles {
		width: 45px;
		height: 29px;
		background: url('../img/candles-left.png') no-repeat;
		z-index: 990;
		
		margin-top: 336px;
		margin-left: 54px;
	}
	#chandelier {
		width: 93px;
		height: 34px;
		background: url('../img/chandelier-lights.png') no-repeat;
		z-index: 990;
		
		margin-top: 48px;
		margin-left: 355px;
	}
	#bar1 {
		width: 128px;
		height: 154px;
		background: url('../img/bar-lights.png') no-repeat;
		z-index: 990;
		
		margin-top: 494px;
		margin-left: 140px;
	}
	#bar2 {
		width: 233px;
		height: 94px;
		background: url('../img/bar-lights2.png') no-repeat;
		z-index: 990;
		
		margin-top: 647px;
		margin-left: 101px;
	}
	#bldg {
		width: 505px;
		height: 265px;
		background: url('../img/bldng-lights.png') no-repeat;
		z-index: 990;
		
		margin-top: 530px;
		margin-left: 420px;
	}