body {
background-image: url('bg.jpg');
background-repeat: no-repeat;
background-position: top left;
background-color: #C3C3E2;
font-family: tahoma;
font-size: 80%;
color: #000000;
}

p.menu {
font-family: tahoma;
position: absolute;
left: 325px;
top: 182px;
z-index: 2;
}

p.menupic {
Position: absolute;
left: 46px;
top: 148px;
z-index: 1;
}

p.main {
min-height: 220px;
background-color: #b8b8d8;
text-align: center;
position: absolute;
left: 46px;
top: 148px;
padding-top: 75px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
width: 570;
z-index: 0;
}

a:link {
color: #40406f;
text-decoration: none;
}

a:visited {
color: #40406f;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
}