html {
font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
margin: 0; 
padding: 0; 
text-align: left;
line-height: 1.5em;
color: #333;
font-size: 12px;
margin: 0;
padding: 0 0 7px 0;
}

body {                 
  text-align: center;
  min-width: 500px;
  background-color: #005596;
}

#wrapper {             
  text-align: left;
  width: 917px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
/*  padding: 20px;*/
  border: solid .8em #49a942;
  position: center;
  background-color: white;
}


#bottom {
  height: 238;
}

#content {
  height: 250px;
  padding: 20px 50px 50px 50px;
  text-align: center;
}

h2 {
  text-align: center;
}



img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.logo { padding: 20px;}
