

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
  }


body {
    font: 14px/1.7 Verdana, Geneva, Arial, sans-serif;
    background-color: #000;
  }


img {
    border: none;
  }


a {
    border: none;
  }


#wrapper {
    background: #000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    margin-top: -225px;
    width: 450px;
    margin-left: -225px;
  }

#header {
    background-color : #000;
    color : #8C8C8A;
    margin-bottom : 20px;
    margin-top : -50px;
    position : relative;
    text-align : center;
  }


#top {
    background: #000;
    color: #8C8C8A;
    margin-top: 2px;
    font-weight: bold;
    font-size: 24px;
  }


#container {
    background: #000;
    text-align: center;
    color: #8C8C8A;
    font-weight: bold;
    font-size: 24px;
  }



#center_t {
    position: relative;
    float: center;
    text-align : center;
    left : -0x;
  }


#right_t {
    float : right;
    padding-left : 50px;
    position : relative;
    text-align : right;
  }


#left_t {
    position: relative;
    float: left;
    text-align : left;
    left : -35px;
  }


#right_b {
    float : right;
    padding-left : 60px;
    position : relative;
    text-align : right;

  }


#left_b {
    position: relative;
    float: left;
    text-align : left;
    left : -65px;
  }


#main {
    background-image : url('images/logo2.jpg');
    height : 291px;
    width : 278px;
    margin: 0 auto;
  }


#bottom {
    font-size : 24px;
    font-weight : bold;
    color: #8C8C8A;
    margin-top : 20px;
  }


#footer {
    background-color : #000;
    margin-top : 35px;
    text-align : center;
  }


#clear {
    clear:both;
  }


