html, body {
position: absolute;
	width: 100%;	
	height: 100%;
	padding: 0;
	margin: 0;
	
}

body {
	background: #660000 url(../img/bckline.jpg) top repeat-x;
}
#bck {
 	position: absolute;	
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0;
	z-index: 0;
}
div#container {
	display: block;
	position: relative;
	width: 800px;
	height: 696px;
	padding: 0;
	margin: auto;
	font-family: Times New Roman, Arial, Courier ;
	font-weight: normal;
	color: #333;
	text-align: left;
	border: solid 10px #330000;
}
div#head {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 160px;
	padding: 0;
	margin: auto;
	background: none;
	border: none;
	
	
}
div#menu {
	display: block;
	position: absolute;
	left: 0;
	top: 160px;
	width: 275px;
	height: 536px;
	padding: 0;
	margin: auto;
	background: none;
	border: none;
}

div#main_bck {
	display: block;
	position: absolute;
	top: 160px;
	left: 275px;
	width: 525px;
	height: 536px;
	margin: auto;
	background-image: url('../img/main2.jpg');
	border: none;
}

div#navi {
	display: block;
	position: absolute;
	left: 11px;
	top: 60px;
	width: 450px;
	height: 28px;
	padding: 16px;
	margin: 0;
	color: #660000;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	border: none;
	z-index: 100;
}
div#main_screen {
	display: block;
	position: absolute;
	left: 11px;
	top: 111px;
	width: 458px;
	height: 359px;
	padding: 20px;
	margin: 0;
	text-align: left;
	overflow: auto;
	border: none;
	z-index: 100;
}
#main_flash {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 500px;
	height: 450px;
	padding: 0px;
	margin: 0;
	z-index: 0;

}
div#galeria {
	text-align: center;
}
div#footMenu {
	position: absolute;
	top: 715px;
	left: 0px;
	width: 780px;
	padding: 5px;
	margin: auto;
	text-align: center;
	color: #532;
	background:  #300;
	border: none;
}



a.galHref {
	display: block;
	width: 200px;
	margin: 5px;
	float: left;
	border: solid 3px #333;
}

img.galImg {
	width: 170px;
	border: solid 15px #eee;
}
img.showImg {
	margin: auto;
	border: solid 30px #222;
}

a {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #532;
	text-decoration: none;
}
a:hover {
	color: #753;
}
p {
	text-indent: 20px;
	margin: 3px;
}

table#cennikTab {
	width: 100%;
	border-collapse: collapse;
}

table#cennikTab td{
	width: 120px;
	border: solid 1px #aaa;
	padding: 2px;
	padding-left: 10px;
}