@import "transparent_body.css";

body {
  background: black url(../images/desk/houtnerf_verloop.jpg) repeat-x 50% 0%;
}

div#coffee_cup {
  background-image: url(../images/desk/coffee_cup.png);
  width: 355px;
  height: 281px;
  position: absolute;
  top: 220px;
  left: -355px;
}

div#keys {
  background-image: url(../images/desk/keys.png);
  width: 344px;
  height: 300px;
  position: absolute;
  top: 440px;
  left: -330px;
}

/* ie7 hacks */

*:first-child+html div#coffee_cup {
  top: 62px; /* 220 - 158 */
}

*:first-child+html div#keys {
  top: 282px; /* 440 - 158 */
}

