html, body {
	color: #000;
	margin: 0;
	padding: 0;
	
}

#calosc {
	min-width: 800px;
	max-width: 1200px; 
	border: 1px solid;
	background: #688dc2;
	position: relative;
	margin: 1px auto;
	
}

#NAGLOWEK {
	height: 139px;
	background: #688dc2 url(tla/logo.png) no-repeat;
	
}

#MENU2 {
	background: #688dc2 url(tla/menu.png) no-repeat; 
	min-height: 528px; 
	width: 148px;
	float: left;
	position: relative;

}

#MENU {
	background-color: #688dc2;
	width: 100%;
	
}
	
#TRESC {
	overflow: hidden;
	min-height: 70%;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	background: #688dc2 url(tla/pdr.png) no-repeat right bottom;
}

#STOPKA {
   width:100%;
	clear: both;
	background-image: url(tla/stopka.png);
	height: 40px;
	
}