html, body {
	height: 100%;
}

body {
	display: table;
	width: 900px;
	margin: 0 auto;
  	font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;                                                
}

.ojciec {
	display: table-cell;
	vertical-align: middle;
 }

.kontener {
	position: relative;
	color: #6d643c;
	background-color: #f6efcc;
	font-size: 21px;
	padding: 2em;
}

.napis {
	position: absolute;
	top: -7%;
	left: 70%;
	font-size: 70px;
	color: #2e798c;
}

.zdjecie {
	position: absolute;
	top: 10%;
	left: 5%;
}

<!--[if lte IE 6]>
	<style type="text/css">
	
		html {
			overflow-y: auto;
			overflow-x: hidden;
		}
	
		body {
			position: relative;
		}
		
		#wrapper {
			position: absolute;
			top: 50%;
		}
		
		#cell {
			position: relative;
			top: -50%;
		}
		
	</style>
<![endif]-->
