body {
  background-color: #FDFDFD;
  font-size: 12px;
  font-family: Gill Sans MT, sans-serif;
  color:#564b47;  
  padding: 0px;
  margin:0px;
}

#image {
position:absolute;
  height:641px; 
  width:932px;
  margin: -322px 0px 0px -463px;
top: 50%; 
left: 50%;
background-image: url('background.jpg');
background-repeat: no-repeat;
background-position: center center;
}

#content { 	
  position:absolute;
  height:245px; 
  width:395px;
  margin:-70px 0px 0px -188px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 8px 0px 0px 8px;
  background-color: #FDFDFD;
  border: 1px solid #000;
  overflow: auto;
}

#menu { 	
  position:absolute;
  height:50px; 
  width:400px;
  margin: 222px 0px 0px -185px;
  top: 50%; 
  left: 50%;
  text-align: center;
  padding: 0px;
  overflow: auto;

}

#menu a:link,a:visited
{
color:#FFFFFF;
text-align:center;
padding:5px;
text-decoration:none;
}
#menu a:hover,a:active
{
color:#B36BAA;
}

#footer { 	
  position:absolute;
  height:50px; 
  width:400px;
  margin: 255px 0px 0px -180px;
  top: 50%; 
  left: 50%;
  text-align: center;
  padding: 0px;
  overflow: auto;
}

a:link, a:active {color: #392D75;}
a:visited {color: #B36BAA;}
a {text-decoration:none;}

ul {
	list-style-type: disc;
	list-style-position: inside;
	}
