body {
background-color: #000000;
background-image: url(images/leaf_bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
font-family: helvetica, arial, sans-serif;
font-size: 90%;
}

.infobox1 {
background-color: #66FF99;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
height: 400px;
width: 550px;
padding: 8px;
position: absolute;
margin-left: 200px;
top: 120px;
overflow: auto;
border: 5px double #9966ff;
}

.infobox2 {
background-color: #66FF99;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
width: 550px;
padding: 8px;
position: absolute;
margin-left: 200px;
top: 120px;
border: 5px double #9966ff;
}

.infobox3 {
background-color: #66FF99;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
width: 550px;
height: 300px;
padding: 8px;
position: absolute;
margin-left: 200px;
top: 120px;
border: 5px double #9966ff;
overflow: auto;
}

.mayabox {
width: 550px;
position: absolute;
margin-left: 210px;
color: #66ff99;
top: 120px;
}

.logo {
position: absolute;
z-index: 20;
top: 15px;
margin-left: 10px;
}

.navdiv {
background-color: #66FF99;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
width: 150px;
padding: 5px;
position: absolute;
margin-left: 10px;
top: 120px;
border: 5px double #9966ff;
}

.copyright {
color: #9966ff;
text-align: center;
width: 800px;
position: absolute;
bottom: 5px;


}

a:link, a:visited
{
text-decoration: none;
color: #0000ff;
}

a:hover
{
text-decoration: none;
color: #9966ff;
}

.center
{
text-align: center;
}
