BODY {
   background-image:url(Images/background.png); 
   background-color:#003300;
   background-repeat:repeat;
   background-attachment:fixed;
   margin:0 0 0 0;
}
.total {
  width:auto !important;
  height:auto !important;
  position:static;
}
.header {
  max-width:700px;
  height:304px;
  margin-right: auto;
  margin-left: auto;
}
.main {
  background-image:url(Images/background2.png);
  width:1100px;
  height:1300px;
  margin-right: auto;
  margin-left: auto;
}
#top {
  height:208px;
  text-align:center;
}
#top p {
  font-size:36px;
  font-family:Comic Sans MS
  font-weight:normal;
  font-style:normal;
  color:#fff;	
}
#banner {
  height:450px;
  text-align:center;
}
#bottom {
  height:500px;
  padding:10 0 10 25;
}
#image {
  float:left;
  height:200px;
  padding:20 5 20 5;
}
#picture {
  height:370px;
}
#text {
  text-align:center;
}
#text p {
  font-size:32px;
  font-family:Comic Sans MS
  font-weight:normal;
  font-style:normal;
  color:#fff;
  text-align:center;  
}
#text h1 {
  font-size:36px;
  font-family:Comic Sans MS
  font-weight:normal;
  font-style:normal;
  color:#fff;	
}
.footer {
	width:auto;
	height:40px;
	text-align:center;
}
.footer p {
  font-size:12px;
  font-family:Arial;
  font-weight:normal;
  font-style:normal;
  color:#fff;	
}