body {
    background-position: top center;
    background-repeat: no-repeat;
    background-color: black;
    background-attachment: fixed;
    font-family: Centaur;
}

img#expando { 
padding: 0;
margin: 0;
position: absolute; 
display: none; 
z-index: 1; 
-ms-interpolation-mode: bicubic; 
}
 
.wide img#expando, 
.tall img#expando { 
display: block; 
}
 
.wide img#expando { 
width: 100%; 
height: auto; 
}
 
.tall img#expando { 
width: auto; 
height: 100%; 
}
 
.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}


div#content1 {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    margin-top: 40px;
    backgroun-color: transparent;
    color: #EEEEEE;
}
div#content2 {
    width: 80%;
    padding: 20px;
    margin: 0px auto;
    margin-top: 25px;
    background-color: #303030;
    opacity: 0.8;
    filter:alpha(opacity=80);
    color: #EEEEEE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
div#banner {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 4em;
}
div#navigation {
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
    background-color: #303030;
    opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
div#navigation a {
    margin-left: 5px;
    margin-right: 5px;
}
table {
    text-align: center;
}
a {
    color: #EEEEEE;
    font-weight: normal;
    text-decoration: none;
    font-size: 24px;
}
a:hover {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline;
}
a:visited {
    color: #EEEEEE;
    font-weight: normal;
    text-decoration: none;
}
a:active {
    color: #FFC0C0;
    font-weight: normal;
    text-decoration: none;
}
div#content2 td {
    text-align: justify;
    color: #EEEEEE;
    font-size: 1em;
    vertical-align: top;
}
h1, h2, h3, h4 {
    text-align: center;
}
h1 {
    color: #FFC0C0;
}
h2 {
    color: #80FF80;
}
h3 {
    color: #FFFFC0;
}
h4 {
    color: #C0C0FF;
}
div#div1 {
    display: block;
}
div#div2 {
    display: none;
}
div#div3 {
    display: none;
}
div#div4 {
    display: none;
}
div#div5 {
    display: none;
}
div#div6 {
    display: none;
}
div#div7 {
	display: none;
}
div#audiodiv {
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	opacity: 0;
	width: 300px;
}
div#audiodiv:hover {
	opacity: 1;
}