@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
} 

body{
    width:800px;
	height: 500px;
	text-align: center;
	background-image:url(100x100px.jpg);
	background-repeat:repeat;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
}

#container{
    width: 800px;
	margin: 0px auto;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	height: 500px;
	top: 0px;
	position: relative;

}

#nas_not{
    width:245px;
	height:201px;
	position:absolute;
	top:0px; 
	left:0px;
	background-image:url(nas_not.jpg);
}

#naslov{
    width:200px;
	height:40px;
	position:absolute;
	top:201px; 
	right:630px;
}

#linki1{
    width:150px;
	height:30px;
	position:absolute;
	top:248px; 
	right:630px;
}

#linki2{
    width:150px;
	height:30px;
	position:absolute;
	top:272px; 
	right:630px;
}

#tekst{
    width:475px;
	height:700px;
	position:absolute;
	top:20px; 
	left:325px;
}

.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;
}