@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/bg_img.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #33FF33;				/* ovdje yelena stavljena ya font*/
	text-align: center;
}


img { margin: 0px; padding: 0px; border: none; }


#center_wrapper { position: absolute; top: 50%; width: 99%; height: 1px; overflow: visible }
#center_index_content { position: absolute; left: 50%; width: 620px; margin-left: -310px; height: 618px; top: -309px }

/* world map on index page */

#div_wrapper {
	width: 100%;
	margin: 0 auto;	
}


#world_map {
	width: 620px;
	height: 317px;	
	margin: 0 auto;
	border: none;
}

#index_banner {
	width: 620px;
	height: 200px;	
	margin: 0 auto;
	border: none;
}


#index_link {
	width: 620px;
	height: 30px;	
	margin: 0 auto;
	border: none;
	padding: 10px, 0, 0, 0;
}

.w2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}


#logo_wrapper {
	width: 100%;
	margin: 0 auto;	
}

#index_logo {
	width: 620px;
	height: 101px;
	margin: 0 auto;
	border: none;
	
}

a.rollover {
	display: block;
	width: 620px;
	height: 101px;
	text-decoration: none;
	background-image: url(../images/logo-hereke.png);
	background-repeat: no-repeat;
}

a.rollover:hover {
	background-image: url(../images/logo-hereke-roll2.png);
}

.displace {
	position: absolute;
	left: -5000px;
}

