/*
	HERBATHA SP. Z O.O.
	CSS
	
	Copyright (c) 2007-08 Marcin 'mls' Laber, m.laber@herbatha.pl
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	font: 11px 'Lucida Grande', Helvetica, Arial, sans-serif;
	background: #cbd08a url(img/bg.png) 0 0 repeat-x;
	text-align: center;
}

#splash {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 717px;
	height: 735px;
}

#spodek {
	position: absolute;
	left: 67px;
	top: 100px;
	width: 584px;
	height: 587px;
	background: url(img/spod.png) 0 0 no-repeat;
	
	/* ie6, here we go */
	_background: none;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='img/spod.png',sizingMethod='crop');
}

#kubek {
	position: absolute;
	left: 167px;
	top: 201px;
	width: 397px;
	height: 378px;
	background: url(img/kub.png) 0 0 no-repeat;
	
	/* ie6, here we go */
	_background: none;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='img/kub.png',sizingMethod='crop');
}

#zawieszka {
	position: absolute;
	left: 0;
	top: 85px;
	width: 717px;
	height: 195px;
	background: url(img/zaw.png) 0 0 no-repeat;
	
	/* ie6, here we go */
	_background: none;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='img/zaw.png',sizingMethod='crop');
}

a#newwin {
	position: absolute;
	top: 541px;
	left: 201px;
	width: 112px;
	height: 95px;
	background: url(img/nwn.png) 0 0 no-repeat;
	
	/* ie6, here we go */
	_background: none;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='img/nwn.png',sizingMethod='crop');
	_cursor: pointer;
	
	text-indent: -9999px;
	overflow: hidden;
}

a#newwin:hover {
	background-position: -112px 0;
}

a#thiswin {
	position: absolute;
	top: 574px;
	left: 325px;
	width: 94px;
	height: 72px;
	background: url(img/bok.png) 0 0 no-repeat;
	
	/* ie6, here we go */
	_background: none;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='img/bok.png',sizingMethod='crop');
	_cursor: pointer;
	
	text-indent: -9999px;
	overflow: hidden;
}

a#thiswin:hover {
	background-position: -94px 0;
}

#notka {
	position: absolute;
	left: 147px;
	bottom: 0;
	width: 424px;
	height: 28px;
	background: url(img/note.png) 50% 0 no-repeat;
	
	/* ie6, here we go */
	_background: none;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='img/note.png',sizingMethod='crop');
	
	text-indent: -9999px;
	overflow: hidden;
}

#splash {
	display: none;
}
