body {background-image: url(images/background.jpg); background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; background-color: #CBDDF1; margin-left: auto; margin-right: auto; }

h4           { font-family: sans-serif; font-size: 8pt; text-align: center }
h3			{font-family: sans-serif; font-size: 12pt; text-align: center }
h2           { font-family: sans-serif; color: #FFFFFF; text-align: center; font-size:8pt  }
h1			{font-family: sans-serif; color: #000000; text-align: center; font-size: 14pt; }

#table1 {width: 80%; text-align: center; margin-left: auto; margin-right: auto; }

.w {background-color: #528473; border-color: #000000; text-align: center; color: #fff}

a:link {color: #FFFFFF; }
a:visited {color: #FFFFFF; }

<style type="text/css" media="screen">
<--
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: auto;
padding: 0;
list-style-type: none;
}
#menu {
position: relative; /* Menu position that can be changed at will */
top: 0;
left: 0;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 10em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #528473;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #CCCCCC;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
-->
</style>