/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
html, body {
	height:100%;
	
}
body, body * {
	margin:0;
	padding:0;
}
body {
  text-align:center;
  
  
  
}
body *{ 
  text-align:left;
}

#viewport {
  width:100%;
  min-height:100%;
  height:auto;
  position:absolute;  
  z-index:100;
  left:0;
	margin-left:0;
  
  
    
  
}
#banner_area {
	height:292px;	
	
	}

#left_content_area {
	width:390px;
	float:left;
	padding-bottom:70px;	
	margin-right:-3px;
	margin-left:28px;
	margin-top:0px;
	
        	
}
#right_content_area {
	width:286px;
	padding-bottom:130px;
	margin-left:465px;
	margin-top:80px;
	
}

#footer {
    background-image: url('../assets/footer_back.png');
    background-position:top center;
    background-repeat:no-repeat;
	height:48px;
	width:100%;	
	position:absolute;
	bottom:0;
	left:0px;	
}


/*  Poprawka, dzięki której kontener klasy .clearfix rozszerza się
	tak, żeby objąć elementy floatowane
	
	pobrany przeze mnie ze strony:
	http://positioniseverything.net/easyclearing.html
	*/

.clearfix:after {
    content: ""; 
    display: none;     
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* koniec fixa */

