body {
  background: url('/img/gradient.gif') top left repeat-x #1B1D53; 
  margin : 0px;
  padding : 0px;
  min-width: 400px;  
  border : 0px;
  font-family: Arial, Helvetica, Sans-Serif;
  /*font-family: Arial, Helvetica, Sans-Serif;*/
  /*font-size: 80%;*/
}


div.center {
  margin-top: 0px;
  height: 238px;
  width: auto;
  border: 1px solid #1B1D53;
  background: url('img/header.gif') top left repeat-x #ffffff;
  z-index: 3;
}

div.text {
  height: auto;
  width: auto;
  text-align: center;
  padding-left: 0px;
  margin-top: 0px;
}

img.logo {
  height: 120px;
  width: 136px;
  margin-top: 80px;
}


p {
  color: #ffffff;
  font: 80%;
  font-size: 80%;
  border: 0px;
}

h1 {
  color: #ffffff;
  font: 100%;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 2px;
  margin-top: 10px;
  letter-spacing: 5px
}

h2 {
  color: #1B1D53;
  font: 80%;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 5px;
  letter-spacing: 5px
}

a.email {
  font: 100%;
  font-size: 100%;
  border: 0px;
  text-decoration: underline;
  color: #F9CE66;
}

a.email:hover {
  text-decoration: underline;
  color: #F9CE66;
}
