HTML{
height: 100%;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -398px;
	text-align: center;
	position: absolute;
	display: block;
	left: 50%;
	width: 804px;
	height: 600px;
	visibility: visible;
	background-image: url(logo-mission-beach.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menu{
	text-align: left;
	position: absolute;
	left: 55px;
	top:115px;
}
TABLE.inside{
	position: absolute;
	width: 804px;
	top: 151px;
	left: 0px;
	text-align: left;
	z-index: 10;
	background-image: url(content-bgr-2.jpg);
	background-repeat: repeat-y;
}

TABLE.content{
	width: 804px;
	margin-left: 0px;
	text-align: left;
	background-image: url(content-bgr-1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
TABLE td #center{
	width: 692px;
	margin-left: 55px;
	text-align: left;
}
TABLE td #bottom-menu{
	width: 692px;
margin-top: 10px;
	margin-left: 55px;
	text-align: left;
	height: 33px;
	background-image: url(bottom-bgr.gif);
	background-repeat: no-repeat;
}
TABLE td #footer{
	width: 692px;
	margin-top: 10px;
	margin-left: 55px;
	text-align: left;
}

