html, body {
height: 100%
}

body {
background-color: #fdfbfb;
background-image: url(../img/layout/back.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
font: normal 13px/15px "Lucida Grande", "sans-serif";
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;	
margin: 0;
}

a {
  color: #666;
}

img {
  border: none;
}

.red {
  color: #f00;
}

#box {
background: transparent url(../img/layout/box.png);
position: absolute;
top: 50%;
left: 50%;
width:848px;
height:715px;
margin-top: -342px;
margin-left: -424px;
}

#jack_in_the_box {
  margin: 15px 11px;
}

#buttons img {
  margin: 22px;
}

#content {
  position: absolute;
  top: 20px;
  left: 270px;
  width: 550px;
  height: 510px;
  overflow-y: auto;
  overflow-x: hidden;
}

#fotos {
  margin: 25px;
}

#fotos img {
  margin: 0 4px;
}

#logo img {
  padding: 0;
  margin: 0;
}
