body {
	margin:0px; padding:0px;
	background-image:url('gfx/bg_body.jpg');
}
#top {
	height:314px;
	background-image:url('gfx/bg_top.jpg');
}
	#in_top {
		width:960px; height:314px;
		background-image:url('gfx/bg_in_top.jpg');
		margin:auto;
		position:relative;
	}
		#logotyp {
			background-image:url('gfx/bg_logotyp.gif');
			position:absolute; top:120px; left:50px;
			cursor:pointer;
			width:202px; height:57px;
		}
		#menu {
			width:526px; height:47px;
			position:absolute; bottom:15px; left:13px;
		}
		#program_rekomendacja_form {
			position:absolute; top:30px; left:570px; 
			width:360px; height:260px;
		}
#content {
	background-color:#FFFFFF;
}
	#in_content {
		width:940px;
		margin:auto;
		padding-bottom:50px;
	}
		#l_col {
			float:left;
			width:220px;
			padding-right:9px;
			border-right:1px solid #EEEEEE;
		}
		#r_col {	
			float:left;
			margin-left:20px;
			width:690px;
			text-align:justify;
		}
#footer {
	height:230px;
	background-image:url('gfx/bg_footer.jpg');
}
	#in_footer {
		width:960px; height:230px;
		background-image:url('gfx/bg_in_footer.jpg');
		margin:auto;
		position:relative;
	}
.clear {
	clear:both;
}
