@media screen and (min-width: 1200px) {

	#menu, .ddmenu, #content_graph, #content_hp, #content_site, #footer nav {
		max-width: 1207px;
	} 
	
	h1 {
		font-size: 33px;
		font-weight: 200;
		letter-spacing: 15px;
	}
	
	h2 {
		padding-top: 26px;
		font-size: 26px;
		font-weight: 300;
		letter-spacing: 5px;
	}
	
	p {
	  	padding-top: 26px;
	  	padding-bottom: 20px;
	  	font-size: 22px;
	   font-weight: 100;
	   line-height: 32px;
	   color: #707070;
		text-align: justify;
	}

	#thirty_proc_column p {
		text-align: left;
	}
	
	
	h3 {
		font-size: 75px;
		font-weight: 300;
		color: #fff;
		line-height: 70px;
	}
	
	.logo {
		float: left; 
		padding-right: 70px;
		padding-left: 15px;
	}
	
	.logo img {
		width: 85%;
		height: 85%;
		padding-top: 10px;
	}
	
	.centrum {
		width: 500px;
	}
	
	#graph {
		width: 100%;
		background: url(../images/bk.jpg) top no-repeat;
		background-position: 0px -30px, top;
		clear: both;
		float: left;
	}
	
	#content_site { /*  Biały obszar tekstu na podstronach oraz loga na glownej */  
	   padding-left: 5%;
	   padding-bottom: 26px;
	   min-height: 200px;
	   margin: 0 auto;
	}
	
	/* pływająca stopka */
	
	#main{
  		min-height: 100%;
 	   	height: auto !important;
  		height: 100%;
 	   	margin-bottom:-50px; /* - wysokość stopki do odjęcia */
	}
	
	#footer-light {
		display: none;
	}
	
	#footer, #push {
	  	clear:both;
	  	height:50px;
	}

	#footer {
		background-color: #f5f5f5;
		font-size: 13px;
	}
	
	/* konic stopki pływ */
	
	
}