* {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
html {
  height: 100%; /* gives layout 100% height */
  position: relative; /* gives 100% height to Opera 9.5 */
}
body {
  height: 100%; /* gives layout 100% height */
  background-color: #000000;
  margin: 0;
  color: #ecdbf9;
  font-family: Verdana;
  font-size: 11px;
}
* html #page { 
  height: 100%; /* IE6 treats height as min-height */
}
#page {
  min-height: 100%; /* gives layout 100% height */
  width: 831px;
  margin: 0 auto 0 auto;
  padding: 0;
}
.ptitle {
  color: #6600ff;
  font-family: Verdana;
  font-size: 14px;
  font-variant: small-caps;
  padding-bottom: 10px;
}
#footer {
  height: 20px;
  width: 831px; /* centered div must be given a width */
  margin: -25px auto 0 auto; /* -80px sucks it back in & auto centers it */
  border-top: 1px solid #6600ff;
  padding-top: 2px;
}
.content {
  padding: 15px 15px 50px 15px;
}
#legal {
  font-size: 11px;
  color: #4e4663;
}
#title{
  font-size: 20px;
  color: #6600ff;
  font-variant: small-caps;
  font-family: Verdana;
  margin-bottom: 10px;
  border-bottom: 2px dotted #6600ff;
}
.emailimg {
  margin-bottom: -2px;
}
img.border {
  border: 1px solid #6600ff;
}