html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;

	width: 950px;
	margin: auto;
}

#menu {
	
	
	width: 990px;
	float: left;
	display:inline;
	overflow: hidden;

	
}


	
#lewa {
	float:left;
	display:block;
	width:540px;
	height: auto;
}

#prawa {
	float:left;
	display:inline;
	width:405px;
	height: auto;
	background-image:url('/images/background1.jpg');
	background-repeat:repeat-y;
	color:white;
}
.przerwa {height:40px;}

a img {border: 0;}
.galleryview {
 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	width:945px;
	height:auto;
	clear: both;
	color:#333;
	
	
}

.footer {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.675em;
	text-align:center;
		clear: both;
	
	
}
