html, body {
	background-image: URL(side4.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center left;
	background-color: #696969;			/*dimgray*/
	color: #E6E6FA;					/*lavender*/
	font-weight: bold;
	font-family: sans-serif;
}

img {border: none;}

.hidden {display:none;}
.shown {display:inline;}

a:link {color:white;}
a:visited {color:white;}
a:hover {color:white;}
a:active {color:white;}

#container {
	background-image: URL(bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

#text {
	background-image: URL(text.png);
	background-repeat: repeat;
	margin-left: 240px;
	margin-right: 100px;
	margin-top: 40px;
	padding-top: 50px;
}

#title {
	margin-left: 315px;
	width: 578px;
	height: 65px;
	margin-top: 15px;
	z-index: 1;
	position: absolute;
}

#innerText {
	padding: 20px;
}

#links {
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
