body {  
background-image: url(image/background1.jpg); 
background-repeat: repeat-y;
background-color: #B9BABF;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #CEE2C6; 
}
a:link {  font-weight: bold; color: #404040; text-decoration: none;}
a:active {  color: #404040; text-decoration: none;}
a:hover {  font-weight: bold; color: #404040; text-decoration: underline overline;}
a:visited {  font-weight: bold; color: #404040; text-decoration: none;}
#layout {  
left: 0px;
top: 0px;
width: 600px;
height: 445px;
position: absolute; 
z-index: 1;
}
#menu {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
color: #2B3814;
text-align: center;
left: 400px;
top: 180px;
width: 135px;
height: 240px;
position: absolute;
z-index: 5;
}
.menutext {
padding-left: 10px;
margin-top: 2px;
}
.title {
font-family: Arial, Arial Narrow, Verdana, Helvetica, sans-serif; 
font-weight: bold; 
color: #5F6268;
border: 0px; 
background-color: #B9BABF;
padding: 1px 1px 1px 5px;
margin: 0px;
}
#textarea {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #5F6268; 
left: 35px;
top: 445px;
width: 530px;
position: absolute; 
z-index: 5; 
}