#innerContainer {
  background:none;
}

#shopCandy {
  position:absolute;
  top:-20px;
  right:-20px;
  width:218px;
  height:87px;
	background:transparent url(../images/navigation/buttons/online-shop.gif) top left no-repeat;
	z-index:100;
  text-decoration:none;
}

#shopCandy:hover {
	background:transparent url(../images/navigation/buttons/online-shop-rollover.gif) top left no-repeat;
}

#shopCandy h1 {
  font-family:Eurostile;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  color:black;
  margin:30px 0px 0px 3px;
  padding:0px;
}

#mainContent {
  position:absolute;
	top:-1px;
	left:-1px;
  width:800px;
  height:598px;
	max-width:798px;
	max-height:596px;
	min-width:798px;
	min-height:596px;
	border:solid 1px black;
	overflow:hidden;
	z-index:0;
  background-image:url(../images/backgrounds/homepage.jpg);
  padding:0px;
}

#footerNav {
  position:absolute;
	top:571px;
	left:-1px;
	width:800px;
	height:26px;
	background:transparent url(../images/navigation/toolbar.gif) top left no-repeat;
	z-index:100;
}

#clearScrollWindow{
  position:absolute;
	top:-1px;
	left:-1px;
  height:573px;
  width:800px;
	max-width:798px;
	max-height:571px;
	z-index:0;
	border:solid 1px black;
	overflow:none;
}

.homeImages {
  display:block;
  position:absolute;
}