/* CSS Document */

DIV.outer_content
  {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 448px;
  height: 480px;
  margin-left: -224px; /* half of width */
  margin-top: -240px;  /* half of height */
  background-color:#FFFFFF;
  }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}	

a {
	color:#666666;
}

a:hover {
	color:#0099FF;
}		