/* generated by csscreator.com */ 
html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
} 
 
#container { 
	width: 1000px; 
	text-align: left;  
	margin: 5px auto;
  position: relative; 
} 
 
#header {
	position: relative; 
	height: 200px; 
	width: 100%;
} 
 
#leftcol {
	width: 190px; 
	float: left; 
	position: relative; 
}
 
#twocols {
	width: 810px; 
	float: right; 
	position: relative; 
}
 
#rightcol {
	width: 250px; 
	float: right; 
	position: relative; 
}
 
#maincol {
	float: left; 
	display: inline; 
	position: relative; 
	width: 560px; 
}
 
#footer {
	height: 55px; 
	clear: both;
}

div.padding_div {
	margin: 0;
	padding: 10px;
}
 

 
/* REKLAMA */

#leaderboard {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

#fullbanner {
	width: 468px;
	height: 60px;
	margin: 0 auto;
}

#skyscraper {
	width: 120px;
	height: 600px;
	position: absolute;
	left: -130px;
	top: 0;
}
 

 
/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

