* {
	margin: 0;
	padding: 0;
	border: 0;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	background-color: #0E0F11;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow-x:hidden;
}

a:active { 
	outline: none; 
}

a:focus 
{
	-moz-outline-style: none; 
}

ul {
	list-style-type: none;
}

#indexMainContent a {
	position:absolute;
	display:block;
	height: 13px;
	top: 20px;
	z-index: 1;
	text-indent: -9999px;
	font: bold 8pt sans-serif;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #0E0F11;
}

#indexMainContent a:hover {
	background-position: 0 -13px;
}

#indexMainContent #srpski {
	background-image: url(../images/NMB-INDEX-srpski.jpg);
	width: 75px;
	left: 700px;
}

#indexMainContent #english{
	background-image: url(../images/NMB-INDEX-english.jpg);
	width: 80px;
	left: 820px;
}

#containerIndex {
	position: relative;
	width: 1000px; 
	background: #090D0C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 