#back {
    text-align: center;
    background-image: url("../images/background_side.jpg");
}

#main {
    position: relative;
    top: 0px;
    left: 0px;
    height: 580px;
    width: 800px;
    background-image: url("../images/background-home.jpg");
    overflow: hidden;
}

#page_title {
    display: none;
}

#body {
    display: none;
}

#footer {
    position:absolute;
    top:555px;
    left:15px;
    height:25px;
    width:800px;
    text-align:left;
}

#netstat {
    display:none;
}

#menu0 {
    position: absolute;
    left: 98px;
    top: 134px;
    width: 84px;
    height: 32px;

    border: none;
}

#menu1 {
    position: absolute;
    left: 189px;
    top: 109px;
    width: 97px;
    height: 32px;

    border: none;
}

#menu2 {
    position: absolute;
    left: 298px;
    top: 132px;
    width: 78px;
    height: 32px;

    border: none;
}

#menu3 {
    position: absolute;
    left: 361px;
    top: 102px;
    width: 111px;
    height: 32px;

    border: none;
}

#menu4 {
    position: absolute;
    left: 459px;
    top: 139px;
    width: 128px;
    height: 38px;

    border: none;
}

#menu5 {
    position: absolute;
    left: 560px;
    top: 108px;
    width: 146px;
    height: 33px;

    border: none;
}

a                        { color: #FFFFFF; text-decoration: none; }
a:active                 { color: #FFFFFF; text-decoration: none; }
a:link                   { color: #FFFFFF; text-decoration: none; }
a:hover                  { color: #FFCC33; text-decoration: underline; }
a:visited                { color: #FFFFFF; text-decoration: none; }
a:visited:hover          { color: #FFCC33; text-decoration: underline; }

body {
    background-color: #FF6600;
    color: #FFFFFF;
    font: 12px tahoma;
    text-align: left;
    letter-spacing: 1px;
    margin: 0px;
}

img {
    border: none;
}