@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	background-image:url(100x100px.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

#container{
	position:absolute;
	left:50%;
    width: 800px;
	margin-top:20px;
	margin-left:-400px;
	padding: 0px;
	height: 800px;
	top: 0px;
}

#nas_not{
    width:245px;
	height:201px;
	position:absolute;
	top:130px; 
	left:0px;
	background-image:url(nas_not.jpg);
}

#naslov{
    width:170px;
	height:40px;
	position:absolute;
	top:331px; 
	right:630px;
}

#linki1{
    width:150px;
	height:30px;
	position:absolute;
	top:378px; 
	right:630px;
}

#linki2{
    width:150px;
	height:30px;
	position:absolute;
	top:402px; 
	right:630px;
}

#tekst{
    width:475px;
	height:700px;
	position:absolute;
	top:50px; 
	left:325px;
}

#slike1{
	width:475px;
	height:300px;
	position:absolute;
	top:50px; 
	left:325px;
}

#ime{
	width:90px;
	height:20px;
	position:absolute;
	top:520px; 
	right:15px;
}


.naslov{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	color: #592D00;
	font-weight: bold;
}

.linki{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
	color: #592D00;
}

.tekst{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #592D00;
}

html{
	min-height: 100%; 
	margin-bottom: 1px; 
}

html{
	overflow: -moz-scrollbars-vertical !important; 
}


