/* CSS Document */
body
{
background-color: #000000;
background-image:url(images/bkgd.jpg);
background-repeat:no-repeat;
background-position: 100% 0%;

font-family:Verdana, Arial, Helvetica, sans-serif;
color:#999999;
font-size:10px;
}

a:link    {color:darkred}
a:visited {color:darkred}
a:active  {color:red}
a:hover   {color:red}

a.ere:link {color:#003399;}
a.ere:visited {color:#003399;}
a.ere:active  {color:#003399;}
a.ere:hover   {color:#003399;}

.centered {
 position:absolute;
     left: 50%; 
     top: 50%;
     width: 1000px;
     height: 750px;
     margin-top: -375px; /* half of the height */
     margin-left: -500px; /* half of the width */
     border: none;
} 

