/* 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 {
	min-height:100%;
  height:auto;
  position:relative;       
  width:780px;
  z-index:100;
  background-color:white;
  margin:0 auto;
      
}


#left_content_area {
	width:440px;
	float:left;		
	margin-right:-3px;	
	padding-bottom:65px;
}
#right_content_area {
	width:295px;
	
	margin-left:480px;	
	padding-bottom:85px;
}

#footer {
  height:45px;
	width:780px;	
	position:absolute;
	bottom:0;
	left:0;	
}


/*  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: block;     
    height:0;    
    clear: both; 
    visibility: hidden;   
}


/* koniec fixa */
