div#container
{
   position: absolute;
   left: 50%;
   top: 50%;
   width: 1280px;
   height: 1024px;
   margin-top: -512px;
   margin-left: -640px;
}
body
{
   background-color: #000000;
   color: #FFFFFF;
   overflow-y: scroll;
}
  body {
    font-family: Arial;
	font-size: 6pt;
	color: #3C3C3C;}

  #RollOver2 a
{
   display: block;
   position: relative;
}
#RollOver2 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0px;
}
#RollOver2 span
{
   display: block;
   height: 34px;
   width: 40px;
   position: absolute;
   z-index: 2;
}

