#standpretty {
  background: url( "../assets/images/Standpretty.png" ) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 600px;
  height: 252px
}

#logo {
  position: absolute;
  top: 10%;
  right: 40px;
  width: 429px;
  height: 50px;
  background: url( "../assets/images/logo.gif" ) no-repeat;
  text-indent: -9999em;
  margin: 0;
  z-index: 3
}

#intro {
  position: absolute;
  top: 10%;
  left: 40px;
  background: url( "../assets/images/A.gif" ) no-repeat;
  padding: 25px 0 0 83px;
  width: 300px;
  color: #fff;
  font-family: Georgia,  serif;
  font-size: 0.8em
}

#intro span {
  position: absolute;
  top: -1000px
}

#intro p {
  margin: 0 0 12px 0
}

#portfolio {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 294px;
  background: url( "../assets/images/bg_checkered.gif" )
}

ul {
  position: absolute;
  top: 35%;
  left: 40px;
  padding:0;
  z-index: 4;
  list-style: none inside;
  width: 624px;
  height: 294px;
  margin: 0
}

ul li       {
  width: 138px;
  height: 138px;
  float: left;
  margin: 0 18px 18px 0;
  background: url( "../assets/images/bg_checkered_dark.gif" )
}

ul li a {
  float: left;
  width: 102px;
  height: 102px;
  margin: 18px 0 0 18px
}

ul li a img       {
  border: 0
}

