html {
	overflow-y: hidden;
}

body {
	margin: 0;
	background-color: #999999;
}

#container {
	margin: 0; 
	font-size: 10px; 
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-weight: bold; 
	color: #c0c0c0; 
	line-height: 1.5; 
	text-align: center;
	width: 100%; 
	height: 395px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#container a {
	color: #c0c0c0;	
}

#container #header {
	background-color: #83c018;
	border: 2px outset black;
	height: 130px;
	
}

#container #header h1 {
	text-transform: uppercase; 
	color: #ffffff;
}

#menu {
	background-image: url('/media/img/main_line.jpg');
	height: 210px;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	bottom: 0px;
}


#container #content {
	padding: 0 10px 0;
	text-align: center;
	width: 100%;
}

#container #content .info {
	border: 1px solid #83c018;
	color: #2E822E;
	padding: 5px;
	text-align: center;
}

#container #content .error {
	border: 1px solid #DE5B34;
	color: #DE5B34;
	padding: 5px;
	text-align: center;
}

#container #content h3 {
	color: #ffffff;
}

#container #content #gallery_map {
	margin-left: 40px;
}

#container #content #gallery_map td {
	width: 50px;
	height: 50px;
}

#container #content #gallery_map img {
	border: none;
}

#container #content p.pagination {
	position: absolute;
	bottom: 210px;
	text-align: center;
	width: 100%;
}

div.index_title {
	text-align:left;
	position:absolute;
	bottom:220px;
	left:20px
}

div.studio2 {
	padding: 20px; 
	text-align:center; 
	margin: 36px 0 0 20px; 
	width: 400px; 
	line-height:1.2;
	position:absolute; 
	bottom: 220px
}

div.links {
	margin: 0pt; 
	text-align: left; 
	position: absolute; 
	bottom: 197px; 
	left: 100px;
}

.abs {
	position:fixed;
	bottom:210px;
}