body {
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/FEHospitality.Upload/FEH-EN-US/CMS/template/bg.gif);
	background-position: 50% 0%;
	background-repeat: repeat-y;
	background-color: #B39659;
}

#toplayer {
	position:static;
	background-color:transparent;
	width:1009px;
	margin-left: auto;
	margin-right: auto;
}

#layer {
	/* must be absolutely positioned so that overlapping will occur */
	position:absolute;
	background-color:transparent;
	width:1009px;
	color:white;
	margin-left: auto;
	margin-right: auto;
}

#flash {
	width:1009px;
	height:406px;
	margin-left: auto;
	margin-right: auto;
}


/********************** gallery **************************/

/* styling for the image wrapper  */
#image_wrap {
	/* dimensions */
	width:677px;
	margin:15px 0 15px 40px;
	padding:15px 0;

	/* centered */
	text-align:center;

	/* some "skinning" */
	background-color:#efefef;
	border:2px solid #fff;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
}

/******************* end gallery ***********************/