body {
    background-image: url("../images/bg/WebMASTERHelp_background_1.gif");
    background-repeat: no-repeat;
    background-color : #002432;
    /*color: antiquewhite;*/
    color: rgb(237, 252, 255);
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: Arial, Helvetica, sans-serif
    /*Tahoma, Geneva, sans-serif*/
}

#maintext
{
    position:absolute;
    left: 100px;
    right: 130px;
    top: 130px;
}

a:link { color: #fddbaf; }
a:visited { color: #D3D3D3; }
a:hover { color: #FFEA00; }
a:active { color: Yellow; }
