/** structure **/

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: sans-serif;
  color: #333;
  background: url('background.png') no-repeat top left #e6e6e6; 
}

#page {
  width: 600px;
  margin-left: 250px;
  padding-bottom: 100px;
}

#wrapper {
  position: absolute;
  top: 150px;
  width: 1000px;
  margin: 0 auto;
}

#header h1 {
  text-indent: -1000px;
  height: 0px;
}

/** bidules **/

#pageinfo {
  border-top: none;
}

div.actions {
  position: absolute;
  top: 7px;
  right: 0px;
}

#demo {
  position: absolute;
  top: 170px;
  left: 40px;
}
