body {
  background: url(images/picasso_vector.png) no-repeat;
  /*background-position: 25% 25%;*/ 
  background-position: 15% 25%; 
  background-attachment: fixed;
  margin-top: 3em;
}

*{
  font-size: 13px;
}

#page {
  margin: 0 auto;
  width: 44em;
}

#content {
    width: 27em;
}

#profiles span {
  display: block;
}

#profiles a {
  margin-right: 1em;
}

#info {
    float: right;
    width: 13em;
}

h1, h2 {
    font-family: Helvetica, Geneva, sans-serif;
}

h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: -0.05em;
}

h2 {
    margin-top: 2em;
    font-size: 14px;
}

p, dd, dt, a {
    font-size: 11px;
}

a {
    text-decoration: none;
    color: #777;
}

.profile {
    border: 0px;
}

#contact {
  min-height: 5em;
  margin: 0;
  padding-bottom: 1em;
}

#contact dt {
  font-weight: bold;
  width: 4em;
  float: left;
  margin: 0.6em 1em 0 0;
  text-align: right;
}

#contact dd {
  width: 10em;
  float: left;
  padding: 0;
  margin: 0.6em 0 0 0;
}

#colophon p {
  text-transform: uppercase;
  font-size: 9px;
  color: #666;
  bottom: 0;
 /* position: absolute;*/
  display: block;
  clear: both;
  padding-top: 4em;
}
