body {
  overflow-y: scroll;
  text-align:center;
  margin: 0px;
  padding: 0px;
  font-family: helvetica, helvetica neue, verdana;
  font-size: 11px;
  color: #2A2A2A;
  background-color: #FFFFFF;
}

div#main {
  position: absolute;
  margin-left: -300px;
  left: 50%;
  width: 600px;
  background-color: #FFFFFF;
  color: white;
}

div#maincenter {
  position: absolute;
  margin-left: -500px;
  left: 50%;
  width: 1000px;
  background-color: #FFFFFF;
  color: white;
}

  div#header {
  text-align: center;
  background-color: #FFFFFF;
  width: 600px;
  height: 105px;
  position: absolute;
  top: 0px;
  border: 1px #FF0000;
  color: #000000;
  margin: 0 auto;
  padding: 4px;
}

div#menu {
  text-align: center;
  background-color: #FFFFFF;
  width: 600px;
  height: 25px;
  position: absolute;
  top: 120px;
  border: 1px #FF0000;
  color: #000000;
  margin: 0 auto;
  padding: 4px;
}

div#container {
  background-color: #FFFFFF;
  position: absolute;
  top: 170px;
  color: #000000;
  padding: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div#filler {
  background-color: #FFF;
  position: absolute;
  top: 170px;
  color: #000000;
  padding: 4px;
  width: 400px;
  height: 450px;
  margin: 5px;
  left: 50%;
  margin-left: -234px;
  border-color:#fff;
}

div#copyright {
  font-family: helvetica, helvetica neue, verdana;
  font-size: 9px;
  color: #2A2A2A;
  background-color: #FFFFFF;
  width: 600px;
  height: 15px;
  position: absolute;
  top: 675px;
  border: 1px #FF0000;
  margin: 0 auto;
  padding: 4px;
}

td#copyright {
  font-family: helvetica, helvetica neue, verdana;
  font-size: 9px;
  color: #2A2A2A;
}

div#copyright2 {
  font-family: helvetica, helvetica neue, verdana;
  font-size: 9px;
  color: #2A2A2A;
  background-color: #FFFFFF;
  width: 600px;
  height: 15px;
  position: absolute;
  top: 755px;
  border: 1px #FF0000;
  margin: 0 auto;
  padding: 4px;
}

div#copyright_g {
  font-family: helvetica, helvetica neue, verdana;
  font-size: 9px;
  color: #2A2A2A;
  background-color: #FFFFFF;
  width: 600px;
  height: 15px;
  position: absolute;
  top: 785px;
  border: 1px #FF0000;
  margin: 0 auto;
  padding: 4px;
}

div#container {
	float: left;
	text-align: center;
	width: 1000px;
	height: 450px;
	margin: 5px;
	font-size: 1em; /* Moz needs a non-zero value here */ 
	border: 0px;
    border-color:#fff;
	line-height: 448px; /* height - 2 */
}


div img {
	margin-top: expression(( 1000 - this.height ) / 2); 
}

html>body div img { /*hidden from IE 5-6 */
	margin-top: 0;  /* to clean up, just in case MS later supports valign! */
	vertical-align: middle;
}

img.show {
  height:450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}