body {
  background: black url(../images/ginko.png) no-repeat center;
  background-attachment: fixed;
  color: #b6b6b6;
  margin: 0;
  padding: 100px 0 60px 0;
}

p {
  font-size: 105%;
  font-family: helvetica;
  text-align: left;
}

a img {
  border: none;
} 

a:link { 
	color: #b6b6b6;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #b6b6b6;
}

a:active {
	color: #b6b6b6;
}

p.margin {
  margin: 4cm 2cm 0 0cm;
}

div#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

div#hcenter {
  text-align: center;
  font-size: 100%;
  font-family: helvetica;
}

div#center {
  vertical-align: middle;
}

div#copyright {
  font-size: 60%;
  font-family: helvetica;
  text-align: center;
}

div#footer {
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  font-size: 105%;
  font-family: helvetica;
  text-align: center;
}

@media screen {
  body>div#header {
    position: fixed;
  }
  body>div#footer {
   position: fixed;
  }
}

..imgright {
	float: right;
}

* html body {
  overflow: hidden;
}

* html div#content {
  height: 100%;
  overflow: auto;
  padding: 0 10px 0 10px;
}

* html div#centercontent {
  height: 100%;
  overflow: auto;
  padding: 175px 0 0 0;
  font-size: 105%;
  font-family: helvetica;
  vertical-align: middle;
}
