* { margin: 0; padding: 0; }

body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div#background {
  z-index: -1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div#nav_background {
  position: absolute; top: 105px; z-index: 1;
  background: url(/img/layout/circle-white.png);
  width: 268px; height: 354px;
}

  ul#nav {
  position: absolute; top: 160px; left: 40px; z-index: 20;
}

  ul#nav li {
    background: url(/img/layout/circle-white-nav-item.png) no-repeat top left;
    margin-left: 5px;
    margin-bottom: 15px;
    height: 23px;
  }

    ul#nav li a.nav {
      color: #000;
      text-decoration: none;
      font-family: "Tahoma";
      font-weight: normal;
      font-size: 78%;
      line-height: 78%;
      font-weight: bold;
      margin-left: 27px;
      text-transform: uppercase;
      cursor: pointer;
      letter-spacing: 1px;
    }

    ul#nav li a.nav:hover, ul#nav li a.selected {
      color: #EC4335;
      text-decoration: none;
    }



h1.site-logo {
  background: url(/img/layout/pixsure-logo-red.png) no-repeat top left;
  display: block;
  width: 380px; height: 80px;
  position: absolute; left: 290px; top: 50px;
  z-index: 10;
  text-indent: -999em;
}

div#content {
  position: absolute; left: 230px; top: 175px;
  background: #ffffff;
  width: 630px;
  min-height: 390px;
  height: auto;
  _height: 390px;
  padding: 30px;
  padding-left: 60px;
  font-size: 73%;
  line-height: 150%;
  text-align: justify;
}

div#content h2 {
  font-family: "Myriad", "Tahoma";
  font-size: 28px;
  color: #F8A087;
  margin-bottom: 20px;
  position: relative; left: -4px;
}

div#content h3 {
  font-family: "Myriad", "Tahoma";
  font-size: 150%;
  color: #000;
  line-height: 200%;
  position: relative; left: -4px;
}

div#content p {
  margin: 10px 0;
}

div#intro {
  width: 414px; height: 181px;
  background: url(/img/layout/intro-text.png) no-repeat top left;
  position: absolute; left: 50%; top: 33%;
}
