body {
	margin:0px; padding:0px;
	background-color:#B9B9B9;
	background-image:url('gfx/bg.jpg');
	text-align:center;
	background-repeat:no-repeat;
}
#top {
	width:1000px; height:401px;
	margin:auto;
}
	#l_side_top {
		width:266px; height:401px;
		float:left;
		position:relative;
	}
		#logotyp {
			width:266px; height:146px;
			background-image:url('gfx/logotyp.gif');
			cursor:pointer;
			margin-top:50px;
		}
		#menu_firmowe {
			margin-top:20px;
		}
	#flash {
		width:734px; height:401px;
		float:right;
	}
	
.clear {
	clear:both;
}


#content {
	width:1000px; 
	margin:auto;
	text-align:left;
}
	#l_col {
		width:266px;
		float:left;
		
	}
	#m_col {
		width:500px;
		float:left;
	}
	#r_col {
		width:227px;
		float:left;
	}



#footer {
	width:1000px; height:215px;
	position:relative;
	background-image:url('gfx/bg_footer.jpg');
	margin:auto;
}
