/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background: transparent url(../grafika/tlo.gif) repeat-x top center;
}
#main_wrapper {
	width:960px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:left; 
	position: relative;
	background-color: #e8e8e8;

	}
#header {
	width:960px;
	height: 203px;
	text-align:left;
	margin: 0;
	padding: 0;
	background: transparent url(../grafika/tiguar_header.jpg) no-repeat top center;
		}
#cont2 {
	float:left; 
	width:290px; 
	height: 680px;
	top:0px;	
	background: transparent url(../grafika/tiguar_gama.jpg) no-repeat top center;
	background-color:#FFF;
	}
#content {
	float:left; 
	width:670px;
	top:0px;	
	background: transparent url(../grafika/safety-plus-opakowanie-OK.jpg) no-repeat top;
	
	}
#footer {
	width: 960px;
	clear:both;
	}
#logo {
	width: 290px;
	height: 240px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}
#sklep {
	width: 160px;
	height: 102px;
	text-align: center;
	position: absolute;
	margin-top: 640px;
	margin-left: 320px;
	background: transparent url(../grafika/sklep_tlo.png) no-repeat center;
	
}
#header_inner, #content_inner {
	overflow:hidden;
	}
#header_inner { 
	padding:3em 1.5em 2.5em 4.5em; 
	}
#content_inner {
	padding:1em 2em 1.2em 4.5em;
	position: relative;
	}
#footer_inner {
	padding:1em 3em 1em 4.5em; 
	}

#cont2_inner {
	padding:1.5em; 
	}
