body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #A1A1A1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.ah #Eden {
	width: 50%;
	float: left;
	color: #818181;
	height: 1200px;
	clear: left;
	text-align: left;
	background-image: url(../Img/portret_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.ah #Hell {
	background-color: #010101;
	width: 50%;
	float: right;
	color: #6D6D6D;
	height: 1200px;
	clear: right;
	text-align: right;
	background-image: url(../Img/portret_02.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.ah   #EdenConteiner  {
	width: 70%;
	height: 800px;
	margin-left: auto;
	color: #2E2E2E;
}
.ah  #HellConteiner {
	width: 80%;
	margin-right: auto;
	height: 800px;
	color: #D5D5D5;
}
.ah #footerEden {
	text-align: right;
}
.ah  #footerHell {
	text-align: left;
}
.ah #menuEden {
	padding: 2px;
}
.ah #menuHell {
	color: #FF8000;
	padding: 2px;
}
.ah #aboutEden {
	color: #663333;
	font-weight: normal;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 220px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.ah #aboutHell {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 350px;
	color: #FFCC99;
}

