<STYLE TYPE="text/css">
<!--

html {
	  	height: 100%;
		width: 100%;
}

body {
        text-align: center;
        background-image: url(img/tekstura2.jpg);
        margin: 0;
        padding: 0;
		height: 100%;
		width:100%;
}


#zewn {
	  height: 100%; 
	  margin-left: auto; 
	  margin-right: auto; 
	  width: 500px;
	  overflow: hidden; 
	  position: relative; 
}

#zewn[id] {
	  height: 100%; 
	  display: table; 
	  position: static;
	  margin-left: auto; 
	  margin-right: auto; 
	  width: 500px;	  
}

#srodk {			   	  	 /* for explorer only*/
	  position: absolute; 
	  top: 50%;
	  left: 0px;
}

#srodk[id] {
	  display: table-cell; 
	  vertical-align: middle; 
	  position: static;
}


div#intro {
		top: -50%;		
        width: 500px;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background-image: url(img/intro.gif);
		vertical-align: middle;
}

img#flag1 {
	position: absolute;
	left: 60px;
	bottom: 65px;
	width: 33px;
	heiht: 25px;
}

img#flag2 {
	position: absolute;
	left: 170px;
	bottom: 65px;
	width: 33px;
	heiht: 25px;
}

img#flag3 {
	position: absolute;
	left: 286px;
	bottom: 65px;
	width: 33px;
	heiht: 25px;
}

img#flag4 {
	position: absolute;
	left: 390px;
	bottom: 65px;
	width: 33px;
	heiht: 25px;
}

a img {
		border: 0px;
}

-->
</STYLE>