@charset "utf-8";
/* CSS Document */

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a:active { 
	outline: none; 
}

a:focus 
{
	-moz-outline-style: none; 
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin: 0;
	padding: 0;
	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 */
	color: #000000;
}

#playerCorpses {
	margin: 30px auto 0 auto;
	display:block;
	width:600px;
	height:450px;
}

#playerBanana {
	margin: 30px auto 0 auto;
	display:block;
	width:720px;
	height:540px;
}

#container {
	width: 1000px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 

#footer {
	height: 35px;
	position: fixed;
	bottom: 0;
}

#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 .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 #zaMainCrni {
	background-image:url(../images/zaMainCrni.jpg);
}

#footer #toMainBlack {
	background-image:url(../images/toMainBlack.jpg);
}


#footer #zaKomentar {
	background-image:url(../images/komentar.jpg);
}

#footer #toComment {
	background-image:url(../images/comment.jpg);
}


