#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 620px;
  height: 597px;
  margin-left: -310px;
  position: absolute;
  top: -298px;          /***  height / 2   ***/
  left: 50%;
}

#footer  
{
     color: #4f4f4f;
     font-size: 10px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     text-align: right;
     position: absolute;
     bottom: 0px;
     right: 5px;
     width: 100%;
     height: 18px
}

#header  
{
     color: #4f4f4f;
     font-size: 10px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     text-align: right;
     position: absolute;
     top: 5px;
     right: 5px;
     width: 100%;
     height: 18px
}

.clickText {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.clickText:hover {
	color: #4f4f4f;
}
