html{
      height: 100%;
}

body{
      height: 100%;
      margin: 0;
      font-family: arial;
      font-size: 9pt;
      background-color: #242424;
      color: white;
}

#bottom{
      width: 100%;
      background-color: #242424;
      border-top: 5px solid #00CCFF;
      height: 145px;
      position: absolute;
      bottom: 0;
      overflow: hidden;
}

#container {
      min-height: 100%;
      position: relative;
}

#body{
      margin: auto;
      padding-top: 0;
      padding-bottom: 150px;
}


.container{
      width: 1126px;
      margin: auto;
}

#quickContact{
      float: right;
      margin-right: 40px;
      margin-top: 30px;
      font-family: ubuntu, arial;
      font-size: 12pt;
      text-align: right;
      width: 400px;
      height: 20px;
}


.blue, #menu a:hover, .submenu a:hover, .active{
      color: #00CCFF !important;
}


#content{
      width: 1125px;
      background-color: #242424;
      min-height: 100px;
      margin: auto;
      margin-top: 245px;
      padding-top: 10px;
      padding-bottom: 20px;
}

#partners{
      width: 1126px;
      height: 80px;
      margin: auto;
      margin-top: 30px;
}

#partners a{
      display: block;
      float: left;
      height: 80px;
      line-height: 80px;
      padding: 0 40px;
      border-right: 1px solid #7D7D7D;
}

#partners a img{
      border: 0;
      vertical-align: middle;
}

#bottomTab{
      width: 165px;
      height: 32px;
      background: url('../images/bottomtab.png') center top no-repeat;
      color: white;
      font-size: 9pt;
      position: absolute;
      left: 50%;
      margin-left: 396px;
      text-align: center;
      line-height: 28px;
}

#bottomTab a{
      color: white;
      text-decoration: none;
}

#bottomTab a:hover{
      color: black;
}

#server{
      width: 716px;
      min-height: 422px;
      margin: auto;
      background: url('../images/server.jpg') center top no-repeat;
      overflow: hidden;
}

#serverlabel{
      font-family: ubuntuRegular;
      font-size: 18pt;
      color: #00CCFF;
      margin-top: 265px;
      margin-left: 290px;
      line-height: 35px;
}

#servername{
      font-family: ubuntuRegular;
      font-size: 12pt;
      color: white;
      margin-top: 15px;
      margin-left: 290px;
      line-height: 25px;
}

#msg{
      margin-top: 140px;
      margin-left: 290px;
      margin-bottom: 100px;
}

#msglabel{
      font-family: ubuntuRegular;
      font-size: 10pt;
      color: #00CCFF;
      line-height: 20px;
}