* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Trebuchet MS",Verdana;
  height: 100%;
  font-size: 12px;
  overflow-x: hidden;
}

a img {
  border: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #777;
}

.clear {
  clear: both;
}

#pageWrapper {
  position: absolute;
  top: 50%;
  margin-top: -263px;
  height: 498px;
  width: 100%;
}

#logo {
  margin: 10px;
}

#content {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: 400px;
  white-space:nowrap;
}

#content img {
  margin-right: 5px;
}

#navigation {
  margin-left: 10px;
  margin-top: 10px;
}

#navigation ul {
  list-style: none;
}

#navigation li {
  float: left;
  margin-right: 10px;
}

#text {
  background-color: #000;
  width: 100%;
  height: 400px;
}

#text .padding {
  padding: 20px 12px 20px 12px;
  color: #ccc;
}

h1 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 15px;
}

p {
  margin-bottom: 10px;
  font-size: 11px;
}

p a {
  color: #ccc;
}

p a:hover {
  color: #fff;
}

#overlay {
  position: absolute;
  top: 58px;
  width: 100%;
  height: 386px;
  z-index: 100;
}

#overlay img {
  width: 100%;
  height: 386px;
}
