/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/background4.jpg);
	background-repeat: no-repeat;
}
#box {
	position: absolute;
	left: 540px;
	width: 400px;
	top: 120px;
	height: auto;
	background-color: #CCCCCC;
	filter: alpha(opacity=50); /* IE Opacity */
	opacity: .6;
	border: 1px solid #666666;
	padding: 10px;
	text-align: justify;
}

#welcome1 {
	position: absolute;
	top: 145px;
	width: 153px;
	left: 113px;
	height: auto;
}

#welcome {
	position: absolute;
	top: 205px;
	width: 153px;
	left: 0;
	height: auto;
}
#buttons {
	position: absolute;
	height: auto;
	width: 1005px;
	left: 0px;
	top: 0px;
}
.naslov {
	font-size: 14px;
	text-decoration: underline;
	text-indent: 10px;
	letter-spacing: 1em;
	color: #333333;
	font-weight: bold;
}

