html {
  background-image: url("/images/html_bg.jpg"); }
  html a {
    text-decoration: none; }
  html body {
    width: 800px;
    margin: 20px auto;
    padding: 30px 50px 2800px 24px;
    background: #eff;
    box-shadow: #eff 0px 0px 5px 5px, #eff 0px 0px 5px 5px;
    border-radius: 5px;
    font: 100% Helvetica, sans-serif; }
    html body #sidebar {
      position: fixed;
      float: left;
      width: 100px; }
      html body #sidebar nav ul {
        list-style: none;
        padding: 0; }
        html body #sidebar nav ul a {
          display: block;
          margin: 2px 5px; }
        html body #sidebar nav ul a:hover {
          background: lime; }
    html body #main {
      float: right;
      width: 670px; }
      html body #main h1, html body #main h2 {
        font-family: "Droid Serif", serif; }
      html body #main h1 {
        font-size: 24px; }
      html body #main h2 {
        font-size: 18px; }
      html body #main #photo_frame {
        position: relative; }
        html body #main #photo_frame #photo1 {
          position: absolute;
          top: 2px;
          left: 4px; }
        html body #main #photo_frame #photo2 {
          position: absolute;
          top: 2px;
          left: 224px; }
        html body #main #photo_frame #photo3 {
          position: absolute;
          top: 2px;
          left: 444px; }
        html body #main #photo_frame #photo4 {
          position: absolute;
          top: 295px;
          left: 4px; }
        html body #main #photo_frame #photo5 {
          position: absolute;
          top: 295px;
          left: 224px; }
        html body #main #photo_frame #photo6 {
          position: absolute;
          top: 295px;
          left: 444px; }
        html body #main #photo_frame #photo7 {
          position: absolute;
          top: 460px;
          left: 4px; }
        html body #main #photo_frame #photo8 {
          position: absolute;
          top: 460px;
          left: 224px; }
        html body #main #photo_frame #photo9 {
          position: absolute;
          top: 460px;
          left: 444px; }

/*# sourceMappingURL=screen.css.map */
