		body {
			margin: 0px;
			background-color: #000;
			background-image: url('back.jpg');
			background-repeat: no-repeat;
			background-position: top;
			color: #9fd;
			font-family: serif;
		}
		
		h1 {
			font-style: italic;
			font-weight: bold;
			font-size: 36pt;
			text-shadow: 3px 3px 5px #000, 0px 0px 10px #021;
			color: rgba(255,250,235, 1);
			text-align: center;
			letter-spacing: 2px;
		}
		
		.okvir {
			width: 50%;
			display: inline-block;
			vertical-align: top;
		}
		
		.unutar {
			text-align: center;
			position: relative;
		}
		
		.okvir img {
			width: 80%;
			border: 4px #fff solid;
			border-radius: 20px;
		}
		
		.tekst {
			border-radius: 0px 20px 20px 0px;
			background-color: rgba(230,255,240, 0.2);
			border: 1px solid rgba(230,255,240, 0.7);
			border-left: 0px;
			color: #ffd;
			padding: 10px;
		}
		
		.vazno {
			text-decoration: underline;
			font-weight: bold;
			color: #fff;
		}
		
		.istaknuto {
			text-align: center;
			font-weight: bold;
			font-size: 20pt;
			font-style: italic;
			cursor: default;
		}
		
		.kont {
			position: absolute;
			bottom: 20px;
			left: 0px;
			right: 0px;
			display: block;
		}

		.koment1, .koment2 {
			display: none;
			margin-left: auto;
			margin-right: auto;
			width: 50%;
			padding: 5px;
			background-color: rgba(0,0,0, 0.6);
			color: #fff;
			font-family: sans-serif;
			font-weight: bold;
		}
		
		.koment2 {
			display: block;
		}
