body {
	background-color: #000000;
	margin:0px;
        background-image:    url('../images/curtain.jpg');
        background-repeat: no-repeat;
        background-position: top;
	
}
#curtain {
	top: 0;
	z-index: 1;
        background-image:    url('../images/curtain.jpg');
        background-repeat: no-repeat;
        background-position: top;

	width: 100%;
	height: 100%;
	position: absolute;
}

#content {
z-index: 2;
}

h1 {background-color: #00ff00}
h2 {background-color: transparent}

img {border: 0;}

a {
font-family: Georgia;
font-style:italic;
color:purple; 
text-decoration: none;}
a:hover   {color:white; text-decoration: none;}
#mainnav {
position: fixed;
bottom: 12px;
left: 0;
margin: auto;
}
.mainbox {
	margin: 24px auto 0;
	width: 360px;
	height: 216px;
}
#scrollWindow {
	margin: 3px auto 0;
	width: 360px;
	height: 268px;
	overflow: auto;
	font-family: Helvetica, Arial;
}

#scrollWindow td {
	font-size: 10pt;
}

#scrollWindow strong {
	font-size: 11pt;
}

#bottomWrapper {
	position: absolute;
	top: 600px;
	width: 100%;
}

#bottomNav {
	border-top: 1px solid purple;
        height: 40px;
        width: 500px;
        margin: auto;
        background-color: #000000;
        font-family: helvetica;
	text-align: center
}


.currentPage {
font-family: Georgia;
font-style: italic;	
color: #fff;
}
