  body {
  background-color : #131B32;
  width: 100%;
  font-size: 11px;
  text-align: justify;
  overflow-x: hidden;
  }

  a {
      outline: none;
      color: #F06522;
      text-decoration: none;
  }

  #container {
  width: 920px;
  margin: 0 auto; 
  margin-top: -10px;
  background: url('images/background.png') no-repeat top center;
  padding-top: 300px
  }

  .even {
  color: #FFF;
  }
  .odd {
  color: #999;
  }

  #thumb1 {
      position: relative;
      top: 14px;
      left: 75px;
  }

  #thumb2 {
      position: relative;
      top: -37px;
      left: 125px;
  }

  #contact {
      position: relative;
      top: -137px;
      left: 275px;
      font-size: 21px;
      color: #F06522;
  }

  #warning {
      position: relative;
      top: -104px;
      left: 73px;
      color: #FFF;
      font-size: 10px;
  }
