html, body {
	background: #8f623c url(../drvo.jpg) top center repeat;
}

body, html {
	width:100%;
}

.wrap {
	position:relative;
	width:100%;
	background:url(../slika.jpg?5) top center no-repeat;
	/*border:1px solid green;*/
	text-align:center;
}

.content {
	position:relative;
	width:960px;
	height:2350px;
	margin: 0px auto;
	background:url(../slika.jpg?5) top center repeat-x;
	/*border:1px solid red;*/
}

.screen {
	position:absolute;
	width:200px;
	height:300px;
	background:black;
	left:381px;
	margin-top:161px;
	z-index:11;
	text-align:left;
}

/* unity */

div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}

div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}

div.missing img {
	border-width: 0px;
}

div#unityPlayer {
	cursor: default;
	height: 300px;
	width: 200px;
	border-style: solid;
	border-width: 0px;
	border-color: #777777;
}

/* tooltips */

.tooltip {
	outline:none;
	display:block;
	position:absolute;
	/*border:1px solid red;*/
}

.tooltip span {
	display:none;
}

.linkovi {
	width:960px;
	height:2350px;
	position:absolute;
	top:0px;
	left:0px;
}