body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	overflow: auto;
}

div#kontener {
	position: relative;
	width: 940px;
	height: 500px;
}

div#mainbg {
	position: absolute;
	top: 40px;
	z-index: 100;
	width: 663px;
	height: 360px;
	background-image: url('main.png');
	background-repeat: no-repeat;
}

div#main {
	position: absolute;
	z-index: 300;
	top: 67px;
	width: 609px;
	height: 306px;
	text-align: left;
}

div#klaser {
	position: absolute;
	z-index: 340;
	top: 67px;
	width: 609px;
	height: 306px;
	text-align: left;
}


div#main a img, div#klaser a img, div#okladka a img {
	border: 0;
	cursor: pointer;
}

div#logo {
	position: absolute;
	z-index: 400;
	top: 395px;
}

div#logo a img {
	border: 0;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

div#logo a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a {noFocusLine:expression(this.onFocus=this.blur())} /* For IE, onFocus ? F ???*/
:focus {-moz-outline-style: none} /* For Firefox */

div.menu_boczne a {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	border-width: 5px;
	border-style: solid;
}

div.menu_boczne a img {
	border: 0;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
}

div.menu_boczne a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}