* { 
    font-family: "MS Trebuchet", Tahoma, sans-serif; 
    font-size: 11px;
    color: #9a9a9a;
    background: none
}
body { 
    text-align: center; 
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
    background-color: #000000;
    
    padding: 0px;
    margin: 0px;
}
.content { 
    text-align: center; 
    border-top: 1px dotted #9a9a9a; 
    border-right: 1px solid #9a9a9a; 
    border-left: 1px solid #9a9a9a; 
    border-bottom: 1px dotted #9a9a9a; 
    background-color: #000000;
    height: auto; 
    width: 500px;
    
    padding-left: 15px; 
    padding-right: 15px; 
    padding-top: 3px;  
    padding-bottom: 20px; 
    
    margin-top: 75px;
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 0px;
}
.footer { 
    text-align: center; 
    border: 0px dotted #9a9a9a;
    position: absolute;
    bottom: 25px;
    left: 0px;
    width: 100%;
    min-width: 550px;
    
    padding: 0px;
    margin: 0px;
}
a:link { 
    color: #555555; 
    background: none;
    text-decoration: underline
}
a:active { 
    color: #555555; 
    background: none;
    text-decoration: underline 
}
a:visited { 
    color: #555555; 
    background: none;
    text-decoration: underline
}
a:hover { 
    color: #333333;
    background: none;
    text-decoration: none
}
.titlemsg { 
    font-weight: bold; 
    font-size: 16px
}
.bold {
    font-weight: bold
}
.italic { 
    font-style: italic
}
.underline { 
    text-decoration: underline 
}
.onlinesrv {
    color: #00aa00;
    font-weight: bold
}
.offlinesrv {
    color: #aa0000;
    font-weight: bold
}
.errorsrv {
    color: #aa0000;
    font-weight: bold
}