body{ 
	margin-left:0px; 
	margin-top:0px;
	background-image:url(../images/bg_page.jpg);
	background-repeat:repeat-x;
	background-color:#f4f5e2;
}

.shadow_left {
	background-image:url(../images/shadow_left.jpg); 
	background-position:right; 
	background-repeat:repeat-y;
}
.shadow_right {
	background-image:url(../images/shadow_right.jpg); 
	background-position:left; 
	background-repeat:repeat-y;
}
.page_in {
	background-image:url(../images/page_in_bg.jpg); 
	background-position:bottom; 
	background-repeat:no-repeat; 
	background-color:#f8f8ee; 
	padding:10px;
}
.tahoma11, a  {
	color:#6b685a;
	font-family:tahoma;
	font-size:12px;
}
.tahoma9, a  {
	color:#6b685a;
	font-family:tahoma;
	font-size:9px;
}
ul {
	list-style-position:outside;
	padding-left:20px;
	margin:0;
}
p{
	text-align:justify;
}

 /* ---------------------- */ 
 #background {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#fff;
	filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
   z-index:1500;
}
#container {
	background-image:url(../images/bg_adres.png);
	margin:auto;
	padding:50px;
/*	position:absolute;*/
	width:194px;
	height:144px;
	z-index:1501;
	text-align:left;
	color:#818285;
	font-size:12px;
}
#container p{
	margin:0;
	padding:0;
	margin-bottom:15px;
}
#cerceve {
	width:100%;  
	position:fixed; 
	height:100%; 
	margin:auto;
	z-index:1501;
}