html {
  width: 100%;
}

body {
  width: 1280px;
  margin: 0 auto;
  font: 14px Verdana,"Lucida Grande",Lucida,Helvetica,Arial,sans-serif; 
  color: #000000;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 800px;
  background: #666666 url("../images/carp_copyrighted.jpg") top left no-repeat; 
}
  
#header {
  position: absolute;
  top: 100px;
  height: 5em;
  width: 100%;
  padding: 0.25em 4em;
  background: #FFFFFF;
  h1 {
    color: #333333;
  }
}

#main {
}

ul#presences {
  list-style-type: none;
  font-size: 1.2em;
  position: absolute;
  top: 200px;
  margin-left: 150px;
  li {
    margin: 1.5em 0;
    padding: 0;
  }
}

a, a:visited {
  padding: 2px 4px;
  color: #59E085;
  text-decoration: none;
  border: none;
  text-shadow: #333333 1px 1px;
}

a:hover {
  color: #008040;
  background: #CCFFCC;
  text-decoration: none;
  text-shadow: none;
}

.clear { clear: both; }
