html, body {
	background:  #2e86a1;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	margin: 0;
	text-align: center;
}
a, a:focus, a:active {
	color:  #000000;
	text-decoration: none;
}
a:hover{
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 opacity: 0.6;
 -moz-opacity: 0.6;
}
#HEADER {
	position: absolute; left: 0px; top: 5px;
	width: 100%;
	height: 85px;
	background:  #000000;
	text-align: left;
	float: left;
	overflow: hidden;
}
#TOP {
	position: relative;
	margin: 0 auto 0;
	width: 900px;
}

#TRESC {
	margin-left: 50px;
	margin-bottom: 110px;
	position: relative; top:100px;
}
#TRESC2 {	
	position: relative; left: 0px; top: 130px;
	width: 100%;
	text-align: left;
	float: bottom;
	overflow: hidden;
}
#TRESC_ABOUT {	
	position: relative; left: 0px; top: 150px;
	width: 100%;
	text-align: left;
	float: bottom;
	overflow: hidden;
}
#ABOUT{
	padding-top: 25px;
	margin: 0 auto 0;
	width: 900px;
	text-align: justify;
}
#BOTTOM {
	position: relative; left: 0px; bottom: 5px;
	width: 100%;
	text-align: left;
	float: bottom;
	overflow: hidden;
}
#STOPKA {
	padding-top: 50px;
	padding-bottom: 20px;
	margin: 0 auto 0;
	width: 900px;
}

#ABOUT_PHOTO {
	background: transparent url("../images/ja.jpg") no-repeat scroll left top;
	position: absolute; left: 340px; top:100px;
	width: 500px;
	height: 141px;
}
a.button{
 cursor:pointer;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 opacity: 1;
 -moz-opacity: 0.99;
}
a.button:hover{
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 opacity: 0.6;
 -moz-opacity: 0.6;
}

