body { 
background-image: url('background.png');
background-repeat: no-repeat; 
background-color: #F7F7F7;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: small;
margin: 0px;
color: #2B569D;
}

a:link  {
text-decoration: none; 
color: #000000;
}
a:visited  {
text-decoration: underline; 
color: #4B78CE;
}
a:hover   {
color: #F48DB1;
text-decoration: none; 
}
a:active  {
text-decoration: none;
}
#title  {
position: absolute;
left: 0px;
top: 0px;
background-image: url('titlebg.png');
background-repeat: no-repeat;
}
#left  {
position: absolute;
top: 200px;
left: 5px;
width: 200px;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: small;
text-align: center;
}
#main  {
position: absolute;
width: 500px;
top: 200px;
left: 220px;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: small;
}