#bground {
    background-image:url(playerbg.gif);
    background-repeat:repeat;
    background-color:#999999;
}

#contentcenter {
    /*width: 748px;*/
    width: 722px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -361px;
    margin-top:-271px; /* -271px */
    /*margin-left: -374px;
    margin-top:-289px;*/
}

#maincontent {
    /*width: 748px;*/
    width: 722px;
    /*border-left:1px solid #333333;
    border-top:1px solid #333333;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;*/
    position:absolute;
    left:0px;
    top:0px;
}
.border {
    width:720px;
    height:540px;
    border-left:1px solid #333333;
    border-top:1px solid #333333;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}
.logo {
    background-image:url(logo2.gif);
    background-repeat:no-repeat;
    border:0px solid #ff0000;
    position:absolute;
    width:195px;  /*140*/
    height:45px; /*28*/
    left:0px;
    top:-45px; /*28*/
}
a {
    color:#0000ee;
    font-family:arial;
    font-size:7pt;
    text-decoration:none;
}
.link {
    margin-top:5px;
    text-align:left;
}