body {
  margin: 0;
  color: #eee;
  font: normal 14px/1.6 'dejavu sans','bitstream vera sans',verdana,'lucida grande',sans-serif;
  font-weight: bold;
  background: #333;
}

#wrapper {
  width: 100%;
  top: 0; 
  left: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}

.bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#header{
  position: relative;
  color: #333;
  margin: auto;
  margin-top: 8ex;
  margin-bottom: 5ex;
  width: 800px;
  text-align: center;
  font: normal 16px/1.6 georgia,times,serif;
}

#content {
  position: relative;
  margin: auto;
  margin-top: 8ex;
  padding: 5ex 2em;
  background: #ddf;
  color: #000;
  width: 660px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 3px solid black;
  opacity: 0.7;
}

#footer  {
  margin: auto;
  margin-top: 5ex;
  width: 800px;
  text-align: center;
}

.center              { text-align: center; }
.bigbottommargin     { margin-bottom: 5ex; }
.alignbottom         { vertical-align: bottom; height: 100%; position: relative; }
img                  { border-style: none; display: block; margin: auto; position: relative; }

p       { opacity: 1; margin: 0; padding: 0; }
a       { color: #05D; background: #ddf; outline: none; opacity: 1; }
a:hover { color: #C11; background: #ddf; outline: none; opacity: 1; }
/* line below fixes annoying dot-bug in firefox 3  */
a:active a:focus a:visited { color: #D50; background: #eee; outline: none; }

li      { margin-bottom: 0.7ex; }
li.sub  { margin-bottom: 0.2ex; }

