

	/* HEADER */

#h {
  width: 610px;
  height: 90px;
  margin: auto;
  border-radius: 4px;
  border: 4px solid;
  background-image: url("art/pbg.gif");
  background-position: right bottom;
  background-repeat: repeat;
}

#h2 {
  width: 610px;
  height: 90px;
  margin: auto;
  background-image: url("gifs/walk.gif");
  background-position: 515px;
  background-size: 90px;
  background-repeat: no-repeat;
}

#gh {
  width: 610px;
  height: 130px;
  margin: auto;
  border-radius: 4px;
  border: 4px solid;
  background-image: url("games/metal.png");
  background-position: right bottom;
  background-repeat: repeat;
}

#gm {
  width: 610px;
  height: 90px;
  margin: auto;
  background-position: 515px;
  background-size: 90px;
  background-repeat: no-repeat;
}

	/* BANNERS */


#marquee {
  padding: 10px;
  width: 420px;
  height: 34px;

}


#banner {
  margin-top: -30px;
}



	/* ABOUT PAGE */

#ab1 {
  width: 590px;
  height: 800px;
  margin: auto;
  border-radius: 4px;
  border: 4px solid;
  background-image: url("art/pbg.gif");
  background-position: right bottom;
  background-repeat: repeat;
  padding: 10px;
}
