body, html{
	background: #272724;
	font: 11px Tahoma;
	color: #524e42;
	line-height: 20px;
	margin: 0px;
	height: 100%;
}
img{
	border: 0px none;
}
.sub{
	background: #272724 url(../images/sub_bg.gif) 40px top  repeat-y;
}
.prawa{
	float: right;
}
.lewa{
	float: left;
}
#logo{
	background: url(../images/logo.gif) 25px 60px no-repeat;
	width: 150px;
	height: 100px;
	text-indent: -5000px;
	display: block;
	outline: hidden;
}
#main{
	background: #cacaca url(../images/main_bg.jpg) top right no-repeat;
	margin: 150px auto;
	width: 585px;
	height: 264px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -292px;
	margin-top: -132px;
}
#side{
	position: relative;
	float: left;
	width: 180px;
}
ul{
	list-style: none;
	margin: 10px 0px 0px 55px;
	padding: 0px;
}
ul li{
	height: 20px;
	margin: 0px;
	padding: 0px;
}
ul li a{
	color: #524e42;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

ul li a:hover{
	font-weight: bold;
}

ul li a #reklama{
	display: none;
}
ul li a:hover #reklama{
	background: url(../images/reklama_hover.jpg);
	position: absolute;
	top: 0px;
	left: 386px;
	width: 199px;
	height: 264px;
	display: block;
}
ul li a #art{
	display: none;
}
ul li a:hover #art{
	background: url(../images/art_hover.jpg);
	position: absolute;
	top: 0px;
	left: 187px;
	width: 199px;
	height: 264px;
	display: block;
}
ul li a #omnie{
	display: none;
}
ul li a:hover #omnie{
	background: url(../images/omnie_hover.jpg);
	position: absolute;
	top: 115px;
	left: 115px;
	width: 65px;
	height: 97px;
	display: block;
}
#content{
	background: #a6a39c;
	width: 358px;
	height: 234px;
	float: right;
	padding: 15px 20px;
}
#content a{
	font-weight: bold;
	text-decoration: none;
	color: #524e42;
}
/*************SUB PAGE*********************************************/
#sub{
	position: relative;
	width: 990px;
	margin: 0px auto;
	display: table;
	height: 100%;
	overflow: hidden;
}
body.sub #side{
	position: absolute;
	top: 0px;
	left: 40px;
	width: 150px;
}
body.sub ul{
	width: 100px;
	margin-left: 40px;
}
body.sub #logo{
	background: url(../images/logo.gif) 13px 35px no-repeat;
}
body.sub #sub_menu{
	background: #818080;
	width: 150px;
	padding: 10px 0px;
	overflow: auto;
}
body.sub #side a{
	color: #fff;
}
#miniatury{
	background: url(../images/min_bg.gif);
	padding: 0px;
	text-align: center;
	overflow: auto;
}
#miniatury a{
	border: 1px solid #aaa;
	margin: 9px;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
}
#miniatury a img{
	width: 30px;
	height: 30px;
}
#miniatury a:hover{
	border-color: #ccc;
}
#photo{
	width: 800px;
	top: 50%;
	position: absolute;
	text-align: center;
	margin-left: 190px;
}