html {
overflow: hidden;
}

BODY {
	background-color:#666666;
}

.back {
	position: absolute;
	padding:0px 0px 0px 0px;
   	background-color:#FFFFFF;
 	left: 0%;
	top:0%;
	margin-left: 0px;
	margin-top: 100px;
	width: 100%;
	height: 500px;
	z-index:0;
	border-style:none;
	overflow: hidden;
}

.top {
	position: absolute;
	padding:0px 0px 0px 0px;
   	background-color:#b1d79f;
 	left: 0%;
	top:0%;
	margin-left: 0px;
	width: 100%;
	height: 100px;
	z-index:0;
	border-style:none;
}

.menu {
	position: absolute;
	padding:0px 0px 0px 0px;
 	left: 50%;
	top:0%;
	margin-left: -445px;
	margin-top: 110px;
	width: 480px;
	height: 80px;
	z-index:1;
	border-style:none;
	overflow: hidden;
}

.center {
	position: absolute;
	padding:0px 0px 0px 0px;
   	background-color:#FFFFFF;
 	left: 50%;
	top:0%;
	margin-left: -450px;
	margin-top: 100px;
	width: 900px;
	height: 500px;
	z-index:0;
	border-style:none;
	overflow: hidden;
}

.main {
	position: absolute;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-family:verdana;
	font-size:10pt;
	color:#000000;
	left: 50%;
	top:0%;
	margin-left: -445px;
	margin-top: 205px;
	width: 480px;
	height: 385px;
	z-index:2;
	border-style:none;
	overflow: auto;
}
	.main a:link {
		color:#000000;
		text-decoration:none;
		}
	.main a:visited {
		color:#000000;
		text-decoration:none;
		}
	.main a:hover {
		color:#FF0000;
		text-decoration:none;
		}

.fotomain {
	position: absolute;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-family:verdana;
	font-size:10pt;
	color:#000000;
	left: 50%;
	top:0%;
	margin-left: -445px;
	margin-top: 205px;
	width: 480px;
	height: 305px;
	z-index:2;
	border-style:none;
	overflow: auto;
}
	.fotomain a:link {
		color:#000000;
		text-decoration:none;
		}
	.fotomain a:visited {
		color:#000000;
		text-decoration:none;
		}
	.fotomain a:hover {
		color:#FF0000;
		text-decoration:none;
		}


.fotobig {
	position: absolute;
	padding:0px 0px 0px 0px;
 	left: 50%;
	top:0%;
	margin-left: 40px;
	margin-top: 110px;
	width: 400px;
	height: 400px;
	z-index:1;
	border-style:none;
	overflow: hidden;
}

.fotobalk {
	position: absolute;
	text-align:right;
	padding:0px 0px 0px 0px;
 	left: 50%;
	top:0%;
	margin-left: -445px;
	margin-top: 520px;
	width: 885px;
	height: 70px;
	z-index:1;
	border-style:none;
	overflow: hidden;
}

.bottom {
	position: absolute;
	padding:0px 0px 0px 0px;
 	left: 0%;
	top:0%;
	margin-right: -0px;
	margin-top: 600px;
	width: 100%;
	height: 100px;
	z-index:0;
	border-style:none;
	text-align:right;
}

