@import url(http://fonts.googleapis.com/css?family=Neuton&subset=latin,latin-ext);

body {
	text-align: center; /* for IE */
	margin: 0 auto; /* for the rest */
	padding: 20px 15px 15px 15px;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exclnasl {
    padding: 0;
	background: none;
	border: 0;
    box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
	margin: 0;
}

img {
    padding: 10px 10px 50px 10px;
	background: #eee;
	border: 1px solid #fff;
    box-shadow: 0px 2px 15px #333;
	-moz-box-shadow: 0px 2px 15px #333;
    -webkit-box-shadow: 0px 2px 15px #333;
	position: relative;
	margin: 25px 0 0 15px;
}

.reference {
	position: fixed;
	top: 0px;
	right: 0px;
	background: #000;
	height: 23px;
	text-align: right;
	width: 100%;
	text-shadow: 1px 1px 1px #000;
	z-index: 998;
	opacity: 0.7;
}

.naslov h2 {
	font-family: "Neuton", "MS Serif", "New York", sans-serif;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 50px;
	background: #000;
	opacity: 0.7;
}

.description {
	position: fixed;
	top: 5px;
	right: 5px;
	text-shadow: 1px 1px 1px #000;
	z-index: 999;
}

.reference a, .reference span {
	color: #fff;
	text-transform: uppercase;
	margin-left: 20px;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}

a.last {
	float: left;
	line-height: 23px;
}

.reference a:hover {
	text-shadow: 0px 0px 1px #fff;
}