body {
        margin: 0;
        color: #999;
        font-weight: bold;
        font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        font-size: 2em;
        background: #000;
    }

#title {
        margin: 0;
        color: #fff;
        font-weight: bold;
        font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        font-size: .8em;
        text-align: center;
        background: #000;
        
    }
    
#total {
        width: 960px;
        margin: 0 auto;
    }

#header {
	   height: 160px;
   }
      
      
#header img{
          border: 0;
      }

#menu {
      height: 60px;
      background: #FFF;
      text-align: center;
      line-height: 60px;
}  

#main {
      float: left;
      width: 650px;
      height: 400px;
      text-align: center;
      padding-top: 100px;
}



#footer {
      height: 150px;
      text-align: center;
      padding-top: 50px;
      clear: both;
      color: #15539c;
  }
