body {
  text-align: center;
  background-color: #666666;
}

#wrapper {
  width: 800px;
  height: 1500px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#headerphoto {
  width: 792px;
  height: 244px;
  margin: 0 auto;
  text-align: left;
  background-image: url('/html_include/images/HeaderPhoto.png');
  background-repeat: no-repeat;
}

#newsbox {
  position: absolute;
  top: 240px; 
  left: 0px;
}

#mainbox {
  position: absolute;
  top: 240px; 
  left: 240px;
}

#footerbox {
  position: absolute;
  top: 950px; 
  left: 0px;
}

#menutop {
	position: absolute;
	top: 154px; 
	left: 365px;
	z-index: 100;
}
#menubottom {
	position: absolute;
	top: 182px; 
	left: 365px;
	z-index: 100;
}
#jumpingquad {
	position: absolute;
	top: -20px; 
	left: 20px;
	z-index: 100;
}


.box-top-left {
  background-image: url('/html_include/images/box/TopLeft.png');
  background-repeat: no-repeat;
  width: 10px;
  height: 37px;
}
.box-top-background {
  background-image: url('/html_include/images/box/TopBackground.png');
  background-repeat: repeat-x;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  height: 37px;
}
.box-top-right {
  background-image: url('/html_include/images/box/TopRight.png');
  background-repeat: no-repeat;
}

.box-left-background {
  background-image: url('/html_include/images/box/LeftBackground.png');
  background-repeat: repeat-y;
}
.box-right-background {
  background-image: url('/html_include/images/box/RightBackground.png');
  background-repeat: repeat-y;
}
.box-content {
  background-color: black;
  color: white;
  vertical-align: top;
  font-family: Verdana;
  font-size: 11px;
}

.box-bottom-left {
  background-image: url('/html_include/images/box/BottomLeft.png');
  background-repeat: no-repeat;
}
.box-bottom-background {
  background-image: url('/html_include/images/box/BottomBackground.png');
  background-repeat: repeat-x;
}
.box-bottom-right {
  background-image: url('/html_include/images/box/BottomRight.png');
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}