/*	DECOMA: first-page.css
-----------------------------------------------------*/
@charset "utf-8";
@import url(reset.css);

/*	=COMMON
-----------------------------------------------------*/
body {
	background: #ebebe3;
}

#first-page {
	height: 100%;
	background: #ebebe3;
}

li {
	list-style: none;
}

/*	=CONTAINER
-----------------------------------------------------*/
#container {
	position: absolute;
	width: 412px;
	height: 280px;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -206px;
	background: url(../images/bg.gif) no-repeat;
}

#logo, #mesto_znanja, #city_of_knowledge, #ljubljana {
	display: block;
	position: absolute;
	text-indent: -9999px;
}

#logo {
	top: 0;
	left: 69px;
	background: url(../images/logo.gif) no-repeat;
	width: 90px;
	height: 90px;
}

#mesto_znanja {
	top: 19px;
	left: 188px;
	background: url(../images/mesto_znanja.gif) no-repeat;
	width: 140px;
	height: 117px;
}

#city_of_knowledge {
	top: 163px;
	left: 188px;
	background: url(../images/city_of_knowledge.gif) no-repeat;
	width: 224px;
	height: 117px;
}

#mesto_znanja:hover, #city_of_knowledge:hover {
	background-position: 0 -117px;
}

#ljubljana {
	top: 247px;
	left: 0;
	background: url(../images/ljubljana.gif) no-repeat;
	width: 122px;
	height: 33px;
}