@charset "utf-8";
/* CSS Document */

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin: 0;
	padding: 0;
	background-color: #443d33;
	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; 
}

a {
	text-indent: -9999px;
}

ul {
	list-style-type: none;
}

#container {
	width: 1000px; 
	background-color: #443d33;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 

#footer {
	z-index: 1;
	position: fixed;
	height: 37px;
	bottom: 0;
}

#footer .toMainClass {
	font: bold 10pt sans-serif;
	position: relative;
	display: block;
	bottom: 2px;
	left: 14px;
	height: 35px;
	width: 93px;
	background-repeat: no-repeat;
	background-position: 0 0;
}


#footer a.toMainClass:hover {
	background-position: 0 -35px;
}

#footer .toCommentClass {
	font: bold 10pt sans-serif;
	position: absolute;
	display: block;
	left: 874px;
	top: 8px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 84px;
	z-index: 1;
}

#footer a.toCommentClass:hover {
	background-position: 0 -20px;
}

#footer #zaMain {
	background-image:url(../images/zaMain.jpg);
}

#footer #toMain {
	background-image:url(../images/toMain.jpg);
}


#footer #zaKomentar {
	background-image:url(../images/komentar.jpg);
}

#footer #toComment {
	background-image:url(../images/comment.jpg);
}

#cover {
	position: relative;
	width: 700px; 
	height: 700px; 
	margin: 20px auto; 
} 

#radioCover {
	position: relative;
	width: 700px; 
	height: 550px; 
	margin: 20px auto 0 auto; 
} 

#cover img {
	position: absolute;
}

.milovanIlic {
	background: url(../images/milovanIlic.jpg) no-repeat #443d33;
}

span#gvardijan01 {
	position: absolute;
	left: 35px;
	top: 505px;
}

.jimiObradovic {
	background: url(../images/jimiObradovic.jpg) no-repeat #443d33;
}

.drzteLopova {
	background: url(../images/drzteLopova.jpg) no-repeat #443d33;
}

.informativni01 {
	background: url(../images/informativni01.jpg) no-repeat #443d33;
}

.informativni02 {
	background: url(../images/informativni02.jpg) no-repeat #443d33;
}

.informativni03 {
	background: url(../images/informativni03.jpg) no-repeat #443d33;
}

span#jimi01 {
	position: absolute;
	right: 33px;
	top: 597px;
}

span#radioPlayer {
	position: relative;
	left: 345px;
}


