@charset "utf-8";
/* CSS Document */

@charset "iso-8859-1";
/*Reset style to help browser compatability*/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td 
{   
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;   
}

#enterbutton a:hover  {
   background-position: -129px 0%;
}

#enterbutton a  {
   background: url(../images/page_imgs/enterbutton.gif) no-repeat 0% 0px;
   display: block;
   width: 129px;
   height: 30px;
}

#layoutmenubar  {
   background: url(../images/page_imgs/layoutmenubar.gif) no-repeat;
   width: 800px;
   height: 32px;
}

#layoutline  {
   background: url(../images/page_imgs/layoutline.gif) no-repeat;
   width: 800px;
   height: 5px;
}

#landinglogo  {
   background: url(../images/page_imgs/landinglogo.gif) no-repeat;
   width: 258px;
   height: 62px;
   margin: 0px auto 0px auto;
}

#enterbutton  {
   visibility: visible;
   width: 129px;
   height: 30px;
   float: right;
   margin-right: 25px;
   margin-bottom: 5px;
}

#background  {
   margin: 250px auto 100px auto;
   background: #000;
   height: 600px;
   width: 800px;
   position: relative;
}

#layoutpic  {
   background: url(../images/page_imgs/layoutpic.gif) no-repeat;
   width: 800px;
   height: 171px;
}

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #000000;
}

