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

#viewport {
  width:760px;
  min-height:100%;
  height:auto;
  position:absolute;  
  z-index:100;
  
  margin-left:-380px;
  left:50%;  
  
}
#banner_area {
	height:181px;
    height:460px;	
	}

#left_content_area {
	width:365px;
	float:left;
	padding-bottom:160px;	
	margin-right:-3px;
	margin-left:20px;
	margin-top:20px;
        	
}
#right_content_area {
	width:335px;
	padding-bottom:160px;
	margin-left:425px;
	margin-top:30px;
	
}

#footer {
    background-color:#3f5c82;    
	height:148px;
	width:760px;	
	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 */