body{
  margin: 0px;
  padding: 0px;
  
  background-color: #000000;
  
  font-family: verdana;
  font-size: 14px;
  font-variant: small-caps;
  color: #cccccc;
  line-height: 30px;
  text-align: center;
}

a{
  color: #cccccc;
}

h1{
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: -8px;
}

.email{
  margin-top: 10px;
}

.clearer{
  clear: both;
}

#page{
  margin-left: auto;
  margin-right: auto;
  
  margin-top: 100px;
  width: 870px;
  height: 535px;
  
  background-image: url(../gfx/bg.jpg);
  background-repeat: no-repeat;
  text-align: left;
  border: 1px solid black;
}

#content{
  margin-top: 180px;
  margin-left: 190px;
  width: 510px;
  height: 230px;
}
#content .left{
  float: left;
}
#content .right{
  float: right;
}
