/* CSS Document */

body {
	background-color: #FFFFFF;
	font: 70%/2em Verdana, sans-serif; 
}

p.right {
	float: right;
	padding-right: 5em;
}

p.left {
	float: left;
	padding-left: 5em;
}

#header {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 100px;
}

#header img {
	position: absolute;
	top: 11px;
	right: 5%;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
}

#main {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color:#000000;
}

#naslov {
	position: absolute;
	top: 125px;
	right: 5%;
	width: 880px;
	height: 40px;
	background: url(img/vsa_long.png) no-repeat;
}

#intro {
	position: relative;
	top: 200px;
	float: right;
	margin-right: 5%;
	width: 33%;
}

#intro p {
	color: #CCCCCC;
	text-align: justify;
}

#buttons {
	position: relative;
	top: 250px;
	left: 0;
	margin-left: 2em;
	width: 550px;
	height: 250px;
}
#buttons ul {
	position: relative;
	z-index: 4;
	list-style: none inside;
	width: 550px;
	margin: 0;
}

#buttons ul li {
	width: 110px;
	height: 110px;
	float: left;
	margin: 0 10px 10px 0;
}

#buttons ul li a {
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px 0 0 10px;
	text-decoration: none;
	text-align: center;
	color: #B5CCE8;
}

#buttons ul li a img {
	border: 0;
}
