HTML, BODY{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
}
#pageWrapper{
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 1000px;
     height: 800px;
	 background: url("assets/bw_bg.jpg") no-repeat;
     margin-top: -400px; /* half of the height */
     margin-left: -500px; /* half of the width */
     border: 1px solid #ffffff;
}
.hotelWrapper{
	height: 406px;
	width: 181px;
	padding: 1px;
	top: 204px;
	position: absolute;
}
.hotelWrapper#LM{
	background: url("assets/LM_hotel_bg.png") no-repeat;
	left: 296px;
}
.hotelWrapper#DI{
	background: url("assets/DI_hotel_bg.png") no-repeat;
	left: 524px;
}
.hotelPhoto{
	position: relative;
	top: 0px;
	left: 0px;
	height:106px;
	width:181px;
}
.hotelCopy{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#5e5e5e;
	padding: 30px 15px 0px 15px;
	line-height: 14px;
}
.hotelCopy b{
	color: #000000;
	font-weight: normal;
}
.hotelCopy a{
	color:#a89e8a;
	text-decoration: none;
}
