body
{ font-family: Helvetica, sans-serif;

  font-size: .78em;
 background: white ;
  color: black;
text-align: center;
}
#content {
text-align: center;
width: 900px;
margin: 0 auto;
border-right: black solid;
border-left: black solid;
}
#title {
position: absolute;
top: 0;
padding: 30;
font-size: 40;
font-style: italic;
 color: #555;
}
#banner img {
text-align: center;
position: relative;
top: 0;
width: 900px;
height:300px;
}
#bar {
width: 100%;
position: relative;
top: 0em;
height: 4em;
background: url('images/bar.jpg') repeat-x center;
text-align: center;
margin: 0 auto;
}
#menu a {
position: relative;
top: -2.999em;
background: url('images/newbutton.png') no-repeat;
width: 100px;
height: 33px;
display: inline-block;
text-align: center;
color: black;
text-decoration: none;
font-size: 14;
}
#menu a:hover {
background: url('images/newbutton2.png') no-repeat;
}
