body{
  margin-top: 15px;
  background: #000 url("../img/bti-bg.jpg") top center no-repeat;
}

img{ border: none;}

.container{
  width: 1000px;
  margin: 0 auto;
}

.header{
  background: url("../img/bti-header.png") center no-repeat;
  height: 88px;
}

.content{
  background: url("../img/bti-landing-page.png") center no-repeat;
  height: 623px;
  position: relative;
}

.leaderboard{
  margin: 0 auto;
  width: 980px;
  height: 260px;
}

.left-banner{
  width: 197px;
  height: 260px;
  padding: 0 20px;
  float: left;
}

.left-banner .copy{
  padding: 95px 43px;
}

.center-banner{
  position: relative;
  width: 466px;
  height: 260px;
  padding: 0 20px;
  float: left;
}

.phil{
  position: absolute;
  left: 35px;
  top: 51px;
}

.cris{
  position: absolute;
  right: 35px;
  top: 51px;
  text-align: right;
}

.right-banner{
  width: 197px;
  height: 260px;
  padding: 0 20px;
  float: left;
}

.right-banner .logo{
  padding: 95px 32px;
}

.thanks-for-playing{
  position: absolute;
  bottom: 0;
  padding: 75px 0px;
  width: 1000px;
  text-align: center;
}
