body {
	margin:0px; padding:0px;
	background-image:url('gfx/bg_body.jpg');
}
#top {
	height:200px;
	background-image:url('gfx/bg_top.jpg');
}
	#in_top {
		width:1000px; height:200px;
		margin:auto;
		position:relative;
		background-image:url('gfx/bg_in_top.jpg');
	}
		#info_o_zalogowaniu {
			position:absolute; top:30px; left:250px;
			color:#FFFFFF;
			
		}
			#info_o_zalogowaniu table tr td {
				font-size:11px;
			}
		#menu_poziome {
			position:absolute; top:165px; left:250px;
		}
		#logotyp {
			width:200px; height:200px;
			position:absolute; top:0px; left:0px;
			background-image:url('gfx/bg_logotyp.jpg');
			cursor:pointer;
		}

#page {
	background-color:#FFFFFF;
	padding-bottom:50px;
}
	#in_page {
		width:1000px;
		margin:auto;
		position:relative;
	}
		#l_col {
			width:200px;
			float:left;
		}
			#menu {
				background-image:url('gfx/bg_menu.jpg');
				background-repeat:repeat-y;
			}
		#r_col {
			width:800px;
			float:left;
		}
			#in_r_col {
				width:780px;
				margin:auto;
				color:#333333;
				font-size:11px;
			}

#footer {
	height:155px;
	background-image:url('gfx/bg_footer.jpg');
}
	#in_footer {
		width:1000px; height:155px;
		margin:auto;
		position:relative;
	}
	
.clear {
	clear:both;
}

