/* basic elements */

html
{
         margin: 0;
         padding: 0;
        background: #0a0603;
}

body
{
         font-family: arial, verdana, sans-serif;
         font-size: 108%;
         text-align: center;
}

#center
{

}

a:link, a:hover, a:active
{
         height: 671px;
         width: 1071px;
         
         display: block;
          position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -336px;
        margin-left: -536px;
}
