/* CSS Document */
html,body,img,a {
margin:0;
padding:0;
margin:0;
padding:0;
text-decoration:none;
border:none;
}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html {
}
body {
font-size:66.6%;
font-family: Tahoma;
}
#outer{
	margin-left:536px;
	margin-right:239px;
	margin-bottom:-42px;
	min-height:100%;
}
 
#left {
	position:relative;/*ie needs this to show float */
	width:534px;
	float:left;
	margin-left:-533px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#right {
	position:relative;/*ie needs this to show float */
	width:239px;
	float:right;
	margin-right:-238px;/*must be 1px less than width otherwise won't push footer down */
	left:0px;
}

#footer {
	width:100%;
	clear:both;
	height:40px;
	position:relative;
}
#clearfooter{clear:both;height:42px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix jesli border wiecej*/
}

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-42px;} /*safari wrapper */

