<?php 
  header( "Content-type: text/css" ); 
?>
* {
  font-family: tahoma,geneva,arial,helvetica,sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #372f2d;
  color: black;
}

img {
  border: 0px;
}

#page {
  margin: 0px auto 0px auto;
  position: relative;
  width: 994px;
}

#email {
  position: relative;
  text-align: center;
  top: -20px;
  width: 994px;
}
