body {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: slategray;
	overflow: hidden;
	scrollbar-base-color: DBD2AF;
}

#header {
	position: absolute;
	top: 20px;
	height: 80px;
	width: 960px;
	font-family: Times new roman;
	font-size: 70px;
	color: navy;
	background-color: lightsteelblue;
}

#container {
	position: fixed; 
	width: 960px;
	max-height: 664px; 
	top: 100px;
	bottom: 20px; 
	overflow: hidden;
}

#mainp {
	position: absolute;
	top: 0px;
	bottom: 20px;
	width: 910px;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: navy;
	overflow: auto;
	background-color: aliceblue;
	padding: 20px 25px;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 960px;
	background-color: lightsteelblue;
	padding: 10px 0px;
	font-size: 15px;
}

a:link { color: navy; font-weight: bold; }
a:visited { color: navy; font-weight: bold; }
a:hover { color: green; font-weight: bold; }

h2 { display: inline; font-family: Arial; font-size: 20px; font-weight: lighter; color: gray; }
pre { font-family: Arial; font-size: 17px; margin-left: 55; }

img { border: 2px solid black; margin-left: 96; }

.slide-button:hover{ background-color: #B6C4B8; }
.slide-button{ font-size: 20px; background-color: transparent; cursor: pointer; border: 0px; width: 34px; }

.slide-arrow:hover{ background-color: #B6C4B8; }
.slide-arrow{ font-size: 60px; border:none; background-color: transparent; cursor: pointer; }

.arrow-left{ position: absolute; top: 250; left: 20; }
.arrow-right{ position: absolute; top: 250; right: 20; }
.jump-buttons{ position: absolute; bottom: 30; left: 20; }
