body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,img {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	font-family: "Helvetica"; 
	font-size: 12px;
	color: #414040;
	background: white;
	background-image: url("../images/background_pattern.jpg");	
} 

html, body {
	height: 100%;                                                                  
	margin: 0;                                                                     
	padding: 0;                                                                    
}

* { 
	margin:0px auto;
	padding:0;
}

a:focus { outline: none; }
 

#zastor {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url("../images/reply_background.png");
	z-index: 15;
	text-align: center;
	margin-top: 50px;
	display: none;
	cursor: pointer;
}

#video {
	display: none;
}
 
#telo {
	position: absolute;
	width: 777px; 
	border: 0px solid white;  
	left: 50%;
	margin-left: -388.5px;
	height: 340px;
	margin-top: 200px;
}

	#logo {
		float: left;
		clear: both;
		margin-top: 200px;
		margin-left: 75px;
	}
	
	#napis {
		float: left;
		border: 0px solid white;
		cursor: pointer;
		width: 777px;
		height: 98px;
	}
	
	#glavnaSlika {
		width: 752px;
		height: 80px;
	}

	#text {
		float: left;
		margin-top: 215px;
		margin-left: 5px;
		color: white;
		width: 100%;
		text-align: center;
	}
	
		#text a {
			color: #0bb3c7;
			text-decoration: none;			
		}
		
		#text a:hover {
			color: white;
			text-decoration: none;
		}
