* {
	margin: 0;
	padding: 0;
	border: 0;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	background-color: #000000;
	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 */
	overflow-x:hidden;
}

a:active { 
	outline: none; 
}

a:focus 
{
	-moz-outline-style: none; 
}

a {
	text-indent: -9999px;
}

#container {
	position: relative;
	width: 1000px; 
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 

#footer {
	height: 37px;
	position: fixed;
	bottom: 0;
		z-index: 1;

}

#footer .toMainBlackClass {
	font: bold 10pt sans-serif;
	position: relative;
	display: block;
	bottom: 2px;
	left: 14px;
	height: 33px;
	width: 87px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer a.toMainBlackClass:hover {
	background-position: 0 -33px;
}

#footer #zaMainCrni {
	background-image:url(../images/zaMainCrni.jpg);
}

#footer #toMainBlack {
	background-image:url(../images/toMainBlack.jpg);
}

#faces {
	position: relative;
	left: 17px;
	top: 17px;
}

#about {
	position: relative;
	left: 180px;
	top: 37px;
	padding-bottom: 35px;
}