/* Structure
================================================================================================ */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.73em;
  text-align: center;
  background: #DF9B53 url(/img/backgrounds/bg.jpg) center top repeat;
  margin: 0;
  padding: 0;
  color: #551900;
}

#wrapper {
  width: 606px;
  text-align: left;
  margin: 0 auto;
  padding-top: 24px;
}

/* Header
================================================================================================ */

#header {
  background: url(/img/backgrounds/header.png) 0 0 no-repeat;
  height: 275px;
  padding: 3px 74px 0 74px;
}

#header div {
  height: 56px;
}

#kid_robot_large {
  background: url(/img/buttons/kid_robot_large.png) 0 0 no-repeat;
  display: block;
  float: left;
  height: 34px;
  width: 120px;
}

#dunny {
  background: url(/img/buttons/dunny.png) 0 0 no-repeat;
  display: block;
  float: right;
  height: 25px;
  width: 108px;
  margin-top: 8px;
}

#header h1 {
  background: url(/img/buttons/logo.png) 0 0 no-repeat;
  height: 127px;
  width: 458px;
}

#header h1 span, #header a span {
  display: none;
}

#tado {
  background: url(/img/buttons/tado.png) 0 0 no-repeat;
  display: block;
  height: 24px;
  width: 67px;
  margin-right: 18px;
  float: left;
}

#i_love_dust {
  background: url(/img/buttons/i_love_dust.png) 0 0 no-repeat;
  display: block;
  height: 24px;
  width: 143px;
  margin-right: 15px;
  float: left;
}

#jon_burgerman {
  background: url(/img/buttons/jon_burgerman.png) 0 0 no-repeat;
  display: block;
  height: 24px;
  width: 215px;
  float: left;
}

#kid_robot {
  background: url(/img/buttons/kid_robot.png) 0 0 no-repeat;
  display: block;
  height: 19px;
  width: 167px;
  float: left;
  clear: left;
  margin-top: 24px;
  margin-right: 76px;
}

#we_three_bears {
  background: url(/img/buttons/we_three_bears.png) 0 0 no-repeat;
  display: block;
  height: 19px;
  width: 215px;
  float: left;
  margin-top: 24px;
}

/* Main
================================================================================================ */

#main {
  background: url(/img/backgrounds/main.png) 0 0 repeat-y;
}

#main p {
  padding: 0 99px 30px 106px;
  margin: 0;
}

#main p.tado {
  background: url(/img/logos/tado.png) 57px 50px no-repeat;
}

#main p.jon_burgerman {
  background: url(/img/logos/jon_burgerman.png) 57px 50px no-repeat;
}

#main p.i_love_dust {
  background: url(/img/logos/i_love_dust.png) 57px 50px no-repeat;
}

#main p em, #main p strong {
  display: block;
  font-style: normal;
  font-weight: bold;
  padding-bottom: 10px;
}

#main p span {
  display: block;
  padding-bottom: 10px;
}

#main p img {
  display: block;
  width: 400px;
}

/* Footer
================================================================================================ */

#footer {
  background: url(/img/backgrounds/footer.png) 0 0 no-repeat;
  height: 226px;
  padding-top: 20px;
}

#footer p {
  padding: 34px 0 22px 77px;
}

#footer a {
  display: block;
}

#footer a span {display: none}

#footer p strong {
  display: block;
  height: 30px;
}

#uncle_bucky {
  background: url(/img/buttons/uncle_bucky.png) 0 0 no-repeat;
  height: 30px;
  width: 237px;
  float: left;
}

#zulu_mong {
  background: url(/img/buttons/zulu_mong.png) 0 0 no-repeat;
  height: 30px;
  width: 263px;
  float: left;
}

#tea {
  background: url(/img/buttons/tea.png) 0 0 no-repeat;
  height: 30px;
  width: 251px;
  float: left;
}

#tado_text {
  background: url(/img/buttons/tado_text.png) 0 0 no-repeat;
  height: 30px;
  width: 68px;
  float: left;
}

#i_love_dust_text {
  background: url(/img/buttons/i_love_dust_text.png) 0 0 no-repeat;
  height: 30px;
  width: 84px;
  float: left;
}

#jon_burgerman_text {
  background: url(/img/buttons/jon_burgerman_text.png) 0 0 no-repeat;
  height: 30px;
  width: 116px;
  float: left;
}

#footer div {
  height: 33px;
  padding-left: 77px;
  padding-right: 80px;
}

#foot_kid_robot_large {
  background: url(/img/buttons/foot_kid_robot_large.png) 0 0 no-repeat;
  float: left;
  height: 33px;
  width: 124px;
  margin-right: 29px;
}

#foot_dunny {
  background: url(/img/buttons/foot_dunny.png) 0 0 no-repeat;
  float: left;
  height: 33px;
  width: 111px;
}

#foot_kid_robot {
  background: url(/img/buttons/foot_kid_robot.png) 0 0 no-repeat;
  float: right;
  height: 12px;
  width: 121px;
  margin-top: 9px;
}

#foot_we_three_bears {
  background: url(/img/buttons/foot_we_three_bears.png) 0 0 no-repeat;
  float: right;
  height: 12px;
  width: 157px;
}

#author {
  padding: 20px 0;
  text-align: center;
}

#author a {
  background: url(/img/buttons/bbb.png) top center no-repeat;
  display: block;
  height: 20px;
  width: 135px;
  margin: 0 auto;
}

#author a span {
  display: none;
}