body {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: 81987C;
	scrollbar-base-color: DBD2AF;
}

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

#container {
	position: fixed; 
	width: 960px;
	max-height: 670px;
	top: 90px;
	bottom: 20px; 
	overflow: hidden;
	background: F6F3E7;
}

#mainp {
	position: absolute;
	top: 0px;
	bottom: 80px;
	width: 920px;
	background-color: F6F3E7;
	overflow: auto;
	padding: 20 20 0 20;
text-size-adjust: none;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 80px;
	width: 940px;
	background-color: EAE1C0;
	padding: 0px 10px;
	font-size: 12px;
}

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

h1 { display: inline; font-family: Times new roman; font-size: 50px; color: teal; }
h2 { display: inline; font-family: Arial; font-size: 22px; color: navy; }
h3 { display: inline; font-family: Arial; font-size: 14px; color: navy; }
pre { display: inline; font-family: Arial; font-size: 16px; font-weight: bold; }

hr { height: 3px; color: navy; background-color: teal; border: 0px; }
img {margin-right: 10px; }
.myslides {margin-left: 90px; }

.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; }
