body {
	margin:0px; 
	padding:0px;
	background-color:#666666;
	background-image:url('gfx/body.jpg');
	background-repeat:repeat-x;
}
#top {
	height:200px;
	margin:auto;
	background-image:url('gfx/bg_top.jpg');
	background-position:center top;
}
	#top #in {
		width:1000px; height:200px;
		margin:auto;
		position:relative;
	}
		#logotyp {
			width:336px; height:117px;
			position:absolute; top:25px; left:0px;
			cursor:pointer;
			background-image:url('gfx/bg_logotyp.jpg');
		}
		#header_oferta {
			width:144px; height:45px;
			position:absolute; bottom:0px; left:0px;
			background-image:url('gfx/header_oferta.jpg');
		}
		#top #in #menu {
			width:674px; height:45px;
			position:absolute; bottom:0px; right:0px;
		}
		#newsletter {
			width:337px; height:155px;
			position:absolute; top:0px; left:314px;
			background-image:url('gfx/bg_newsletter.jpg');
		}
	
#content {
	width:1000px;
	margin:auto; 
	background-image:url('gfx/bg_content.jpg');
}
	#l_col {
		float:left;
		width:250px;
	}
	#m_col {
		float:left;
		width:550px;
		text-align:center;
	}
		#text {
			width:500px;
			margin:auto;
			text-align:left;
			margin-top:20px;
			margin-bottom:20px;
		}
	#r_col {
		float:left;
		width:200px;
	}
	
#footer {
	width:1000px; height:154px;
	margin:auto;
	background-image:url('gfx/bg_footer.jpg');
	position:relative;
}
.clear {
	clear:both;
}