@charset "utf-8";
/* CSS Document */
body{background-image:url(../images/bluebackground.gif)}

#container {
	background-color:#FFFFFF;
	border:#8a0c09 solid 5px;
	position:absolute;
	left:-479px;
	margin-left:50%;
	top:3px;
	width:950px;
	height:844px;
	z-index:1;
}
#header {
	position:absolute;
	left:225px;
	top:11px;
	width:500px;
	height:197px;
	z-index:3;
}
#banquetinfo{
	position:absolute;
	left:497px;
	top:243px;
	width:429px;
	height:390px;
	z-index:3;
}
#photo {
	position:absolute;
	left:32px;
	top:240px;
	width:451px;
	height:282px;
	z-index:3;
}
#footer {
	position:absolute;
	left:7px;
	top:760px;
	width:946px;
	height:91px;
	z-index:5;
}
