body
{
	background: #EEEEEE;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}
#stranica{
	display:block;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	background-image:url('../images/logo.jpg');
	width:1000px;
	height:140px;
}
#content{
	background-image:url('../images/logo.jpg');
	width:1000px;
	height:460px;
}

#menu{
	position:relative;
	float:left;
}
#mnu_lista{
	margin: 0px;
	padding: 0px;
}
#mnu_lista A:link, #mnu_lista A:visited{
	display:block;
	line-height:2.5em;
	color:black;
	width:213px;
	height:40px;
	text-decoration:none;
	font-weight:bold;
	background-position:0px -41px;
}

#mnu_lista A:hover{
	background-position:0px 0px;
}

#dno{
	position:relative;
	background-image:url('../images/dno.jpg');
	width:213px;
	height:180px;
}
#desno{
	position:relative;
	background-image:url('../images/body.jpg');
	float:right;
	width:787px;
	height:460px;
	text-align: left;
}
#container{
	displax:block;
	position:relative;
	top:80px;
	left:15px;
	margin-right:15px;
	height:380px;
	overflow:auto;
	text-align: justify;
}

#container A:link, #container A:visited{
	display:inline;
	color:blue;
	font-weight:normal;
	text-decoration:none;
}
.just{
	text-align: justify;
}