BODY
{
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #424343;
    margin: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    color: #193246;
}
a:link, a:active, a:visited
{
    color: orange;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

#borderbg
{
   background-image: url(images/helpbig.jpg); 
   background-repeat:no-repeat;
   position: absolute;
   top: 28px;
   left: 50%;
   margin-left: -460px;
   width: 919px;
   height: 477px;
}
#content
{
    padding-top: 50px;
    padding-left: 308px;
    padding-right: 50px;
}
h1
{
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    padding-top: 0px;
    margin-top: 0px;
}

