/* Głowna konfiguracja */

html, body {
	height: 100%;
	width: 100%;
	cursor:default;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 9px;
	line-height: 16px;
	background-color:#f26522;
	background-image:url(../img/all_bg.png);
	background-repeat:repeat-x;
}

* {
	padding:0px;
	margin:0px;
}

#main {
	width: 800px;
	margin:0px auto;
	position:relative;
	height:100%;
	text-align: left;
}

#main_prasa {
	width: 800px;
	margin:0px auto;
	position:relative;
	height:100%;
	text-align: left;
}

a {
	text-decoration:none;
	cursor:pointer;
	color: #e33924;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* KONIEC Głownej konfiguracji */


#main_content_bottom {
	position: absolute;
	width: 100%;
	height:15px;
	top: 550px;
	z-index: 4;
	line-height: 30px;
	color: #000000;
	font-size: 10px;
	display: none;
}

#main_content {
	position: absolute;
	width: 100%;
	height:560px;
	z-index: 3;
	text-align:center;
}

#main_prasa_content {
	position: absolute;
	width: 800px;
	z-index: 3;
	text-align: justify;
	border: 1px #FFC500 solid;
	background-color:#f16022; 
	padding: 10px;
}

#all_bg {
	background-image:url(../img/all_bg_sun.png);
	width:1100px;
	height:100%;
	position: absolute;
	z-index: 2;
	left: -150px;
	background-repeat: no-repeat;
		display:none;

}

#all_bg_red {
	display:none;
	background-image:url(../img/all_bg_sun_red.png);
	width:1100px;
	height:100%;
	position: absolute;
	z-index: 1;
	left: -150px;
	background-repeat: no-repeat;
}