html, body {
height: 100%;
margin: 0;
padding: 0;
}
.photo1 {
	border: 1px solid #000000;
	margin-right: 10px;
	margin-left: 10px;
}
.titlestyle {
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 1;
	left: 0px;
	top: 296px;
}
.style1 {
	text-align: center;
}
.menustyle {
	height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #008080;
}
.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
body {
	background-position: right bottom;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FEFBD8;
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}
#container {
	padding: 0px;
	background-color: #fff;
	width: 720px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	height: auto;
	position: relative;
	z-index: 1;
	top: 0px;
}
.ContentBox {
	background-color: #FFFFFF;
}
