body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	min-width:600px;
	text-align:center;
}

#f{
	margin:0 auto;
   text-align:left;
	width:900px; 		/* total width*/
}

#f table {
	border: 0px dashed red;
	border-collapse: collapse;
	width: 100%;
}

#f td {
	border: 0px dashed red;
	padding: 0px;
	vertical-align: top;
}

#f td.c1 {
	background: #ffffff;
	background-image: url("http://wozz.org.pl/ext/www/pic/tlo_srodek.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

#f td.c2 {
	width:200px;
	padding: 0 10px 0 0;
	background: #ffffff;
	background-image: url("http://wozz.org.pl/ext/www/pic/tlo_srodek.gif");
	background-repeat: repeat-x;
	background-position: top left;	
}

#f td.c3 {
	width:180px;	
	padding: 0 0 0 10px;
	background: #ffffff;
	background-image: url("http://wozz.org.pl/ext/www/pic/tlo_srodek.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

#f td.s {
	border-top: 5px solid #cccccc;
}