html,body{
   	margin: 0;
   	padding: 0;
	height: 100%;
	width: 100%;
	border: none;
  	overflow: hidden;
}

div#bg_stripe {
	position: absolute;
	background-color: transparent;
	background-image: url(/grafika/bg_stripe.gif);
	background-repeat: repeat-x;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0px;
	border: 0px;
	z-index: 1;
}

div#applet {
	position: absolute;
	background-color: transparent;
	left: 0;
	top: 0;
   	left:50%;
	top: 0;
	margin-top: 0px;
	margin-left: -500px;
	border: 0px;
	z-index: 3;
}

div#slide {
	position: absolute;
	background-color: transparent;
	left: 0;
	top: 0;
   	
	width:100%;
	margin-top: 66px;
	margin-left: 0px;
	border: 0px;
	z-index: 2;
}
