body {
  margin: 0px;
  padding: 0px;
  background: #fff url(../images/bg.png) repeat-x top;
}

div#site {
  width: 774px;
  margin-left: auto;
  margin-right: auto;
}

div.header {
  background: url(../images/logo.png) no-repeat top left;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  width: 180px;
  height: 84px;
  overflow: hidden;
  text-indent: -500px;
}

div.projects {
  position: relative;
  width: 774px;
  height: 224px;
}

div.projects a.projects_nav {
  position: absolute;
  top: 103px;
  width: 27px;
  height: 27px;
  overflow: hidden;
  text-indent: -500px;
}
div.projects a#projects_prev {
  background: url(../images/prev.png) no-repeat top left;
  left: 0px;
}
div.projects a#projects_prev:hover {
  background-image: url(../images/prev_hover.png);
}
div.projects a#projects_next {
  background: url(../images/next.png) no-repeat top left;
  right: 0px;
}
div.projects a#projects_next:hover {
  background-image: url(../images/next_hover.png);
}

div.viewport {
  position: absolute;
  width: 700px;
  height: 180px;
  top: 20px;
  left: 37px;
  overflow: hidden;
}
div.viewport ul {
  width: 20000px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div.viewport ul li {
  display: block;
  float: left;
  margin: 0px;
  margin-right: 11px;
  padding: 1px;
  background: #000;
}
div.viewport ul li a {
  display: block;
  background: #fff;
  width: 224px;
  height: 178px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5f5f5f;
  text-decoration: none;
}
div.viewport ul li img {
  display: block;
  width: 206px;
  height: 150px;
  margin: 0px;
  padding-left: 9px;
  padding-top: 9px;
  border: 0px;
}

div.about {
  position: relative;
  background:#4b4b4b url(../images/bg_abt.png) repeat-y left;
  width: 774px;
  border: 3px solid #000;
}

div.about div.right,
div.about div.left {
  float: left;
  margin: 30px;
}

div.about div.right {
  width: 278px;
  margin-left: 0px;
}
div.about div.left {
  width: 400px;
}

div#connect_thanks,
div#connect_form {
  display: none;
}

div.heading {
  font-family: "MS Trebuchet", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}
div.project {
  color: #444;
  padding: 14px 30px;
}
form.content,
div.content {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  margin-bottom: 18px;
}
div.big {
  font-size: 14px;
}

div.content a {
  color: #fff;
  text-decoration: underline;
}
div.content a:hover {
  color: #ccc;
  text-decoration: none;
}

form.content div.input {
  position: relative;
  margin-bottom: 12px;
}
div.input label {
  display: block;
  float: left;
  clear: left;
  width: 55px;
  padding: 1px;
}
div.input label.error {
  position: absolute;
  width: 200px;
  color: #f00;
  top: 0px;
  left: 225px;
  font-size: 11px;
}
div.input textarea.text,
div.input input.text {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 160px;
  padding: 1px;
  font-family: "MS Trebuchet", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
}
div.input textarea.text {
  height: 48px;
}

div.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #aaa;
  width: 774px;
  padding: 0px;
}

div.footer a.link {
  display: block;
  float: right;
  color: #aaa;
  text-decoration: none;
}
div.footer a.link:hover {
  color: #ccc;
}