html { background: #ffffff url(images/bg2.jpg) repeat-x; }

body {
  background: #A4A4A4 url(images/bg_gradient.gif) repeat-x;
}

#me {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/) no-repeat;
  width: 200px;
  height: 250px;
}

#logo {
  position: absolute;
  top: 60%;
  left: 10px;
  width: 312px;
  height: 144px;
  background: url(images/logo.gif) no-repeat;
  text-indent: -9999em;
  margin: 0;
  z-index: 3;
}

#intro {
  position: absolute;
  top: 45%;
  right: 65px;
  background: url(images/) no-repeat;
  padding: 5px 0 0 0px;
  width: 450px;
  color: #666600
  font-family: Georgia, serif;
  font-size: 1.4em;
}

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

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

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

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

ul li {
  width: 138px;
  height: 138px;
  float: left;
  margin: 0 18px 18px 0;
  background: url(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;
}
