

body {
   margin:		0px;
   padding:		0px;
   background:	rgb(22, 97, 61);
}

#topframe {
   position:		absolute;
   top:		0px;
   left:		0px;
   height:		100px;
   width:		100%;
   background: 	rgb(22, 97, 61);
}
#bottomframe {
   position:		absolute;
   bottom:		0px;
   left:		0px;
   height:		100px;
   width:		100%;
   background: 	rgb(22, 97, 61);
}

#topbottomlayer {
   position:		absolute;
   overflow:		hidden;
   left:		50%;
   top:		40px;
   width:		70%;
   height:		60px;
   margin-left:	-35%;
   color:	rgb(44, 112, 79);
}
#topmiddlelayer {
   position:		absolute;
   overflow:		hidden;
   left:		50%;
   top:		60px;
   width:		60%;
   height:		40px;
   margin-left:	-30%;
   color:	rgb(64, 125, 95);
}
#toptoplayer {
   position:		absolute;
   overflow: 	hidden;
   left:		50%;
   top:		89px;
   width:		50%;
   height:		11px;
   margin-left:	-25%;
   color:	rgb(255, 255, 255);
}
#bottombottomlayer {
   position:		absolute;
   left:		50%;
   top:		0px;
   width:		70%;
   height:		60px;
   margin-left:	-35%;
   color:	rgb(44, 112, 79);
}
#bottommiddlelayer {
   position:		absolute;
   left:		50%;
   top:		0px;
   width:		60%;
   height:		40px;
   margin-left:	-30%;
   color:	rgb(64, 125, 95);
}
#bottomtoplayer {
   position:		absolute;
   left:		50%;
   top:		0px;
   width:		50%;
   height:		11px;
   margin-left:	-25%;
   color:	rgb(255, 255, 255);
}
.bottomlayercap {
   overflow:		hidden;
   height:		15px;
   margin-left:	15px;
   margin-right:	14px;
   background:	rgb(44, 112, 79);
}
.bottomlayerfill {
   overflow:		hidden;
   height:		45px;
   background:	rgb(44, 112, 79);
}
.middlelayercap {
   overflow:		hidden;
   height:		15px;
   margin-left:	15px;
   margin-right:	14px;
   background:	rgb(64, 125, 95);
}
.middlelayerfill {
   overflow:		hidden;
   height:		25px;
   background:	rgb(64, 125, 95);
}
.toplayercap {
   overflow: 	hidden;
   height:		11px; 
   margin-left:	11px;
   margin-right:	10px;
   background:	rgb(255, 255, 255);
}
.toplayerfill {
   overflow: 	hidden;
   height:		0px;
   background:	rgb(255, 255, 255);
}

.topleftcorner {
   position:		absolute;
   top:		0px;
   left:		0px;
}
.toprightcorner {
   position:		absolute;
   top:		0px;
   right:		0px;
}
.bottomleftcorner {
   position:		absolute;
   bottom:		0px;
   left:		0px;
}
.bottomrightcorner {
   position:		absolute;
   bottom:		0px;
   right:		0px;
}

#title {
  position:		absolute;
  top:		15px;
  left:		10px;
}
#creators {
  position:		absolute;
  bottom:		10px;
  left:		10px;
}
#creators a {
  text-decoration:	none;
  color:		white;
}
#webdesigner {
  position:		absolute;
  bottom:		10px;
  right:		10px;
}
#webdesigner a {
  text-decoration:	none;
  font-weight:	bold;
  color:		white;
}
