body {
	position: relative;
	width: 960px;
//	height: 740;
//	top: 20px;
	margin: 0 auto;
	background-color: c4d4cc;
	overflow: hidden;
	scrollbar-base-color: DBD2AF;
}

#header {
	position: absolute;
	top: 20px;
	padding-left: 45px;
	height: 80px;
	width: 915px;
	font-family: Times new roman;
	font-size: 18px;
	color: navy;
	background-color: FFD5D0;
}

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

#mainp {
	position: absolute;
	top: 0px;
	bottom: 20px;
	width: 960px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: fbebe4;
	display: flex;
	justify-content: center;
}

#albums {
	position: absolute;
	top: 0px;
	bottom: 20px;
	width: 960px;
	background-color: fbebe4;
	overflow: auto;
}

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

#arrow-left {
	position: absolute;
	top: 10px;
	left: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0px;
}

#arrow-right {
	position: absolute;
	top: 10px;
	right: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0px;
}

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

#images img  { display: none; }
#mainp img { display: block;  height: 580; border: 2px solid black; margin: 10px 10px 0px 10px; }
#albums img { display: inline; border: 2px solid black; margin: 14px 0px 0px 44px; }

img.myalbums { border: 2px solid black; margin: 0px 3px 3px 0px; }

pre { font-family: Arial; font-size: 15px; color: navy; font-weight: bold; }
