div.header{
	background: url(../images/layout/header.png); 
	width:962px;
	height:156px;
	text-align:justify;
}
div.pagina{
	background: url(../images/layout/background_pagina.png) repeat-y; 
	width:962px;
	overflow:hidden;
}	
	div.wit {
		float:left;
		width:602px;
		margin:4px 25px 4px 25px;
		overflow:hidden;
		text-align:justify;
	}
	div.balk {
		float:right;
		background: url(../images/layout/background_balk.png) repeat-x; 
		width:248px;
		min-height:450px;
		margin:0px 62px 4px 0px;
		overflow:hidden;
	}

div.footer{
	background: url(../images/layout/footer.png); 
	width:962px;
	height:52px;
	margin-bottom:8px;
	text-align:left;
}

