body {
	margin: 20px 0px 0px 0px;
	background-image: url(../images/background.jpg);
}
#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 600px;
	padding: 0px;
	background-image: url(../images/overlay85.png);
	border: solid 3px #ffffff;
}
#header {
	position: absolute;
	width: 630px;
	height: 85px;
	left: 0px;
	background-image: url(../images/header.png);
	z-index: 1;
}
#logo {
	position: absolute;
	width: 489px;
	height: 127px;
	right: 0px;
	background-image: url(../images/logo.png);
	z-index: 4;
}
#navback {
	position: absolute;
	width: 1000px;
	height: 21px;
	top: 85px;
	background-color: #FFFFFF;
	z-index: 2;
}
#navfront {
	position: absolute;
	width: 625px;
	height: 21px;
	top: 85px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	z-index: 5;
}
#content {
	position: absolute;
	width: 976px;
	height: 438px;
	margin: 0px;
	padding: 46px 10px 10px 14px;
	top: 106px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3;
}
#content2 {
	position: absolute;
	width: 976px;
	height: 470px;
	margin: 0px;
	padding: 14px 10px 10px 14px;
	top: 106px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3;
}
#title {
	position: absolute;
	width: 900px;
	height: 35px;
	left: 14px;
	top: 10px;
}
#bottomright {
	position: absolute;
	width: 194px;
	height: 229px;
	top: 508px;
	left: 884px;
	background-image: url(../images/bottomright.png);
}
#bottomrightoverlay {
	position: absolute;
	width: 194px;
	height: 229px;
	top: 508px;
	left: 884px;
	background-image: url(../images/bottomright.png);
	z-index: 6;
}
#slideshow {
	position: absolute;
	width: 375px;
	height: 494px;
	right: 0px;
	top: 0px;
	margin: 0px;
	background-color: #ffffff;
	z-index: 1;
}
#counter {
	position: absolute;
	width: 625px;
	height: 25px;
	bottom: 0px;
	left: 0px;
	text-align:center;
}
#footer {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 35px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
#popup {
	position: absolute;
	width: 460px;
	height: 4380px;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/popupbg.png);
}

