body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  margin: 0; 
  padding: 0;
}

h1 {
  font-size: 16px;
}

a:link {
  color: #0240a3;
}

a:visited {
  color: #0240a3;
}

a:active {
  color: #000000;
}

img {
  border: none;
}

.body {
  height: 48px;
  background:  url(top_body_bg.jpg) top no-repeat right #ffffff;
}

.content {
  background:  url(top_bg.jpg) repeat-x left top;
  text-align:center; /* for IE */
}

.message {
  text-align:left; 
	margin:0 auto; /* for the rest */ 
  width: 500px;
  padding-top: 50px;
}


