@charset "UTF-8";

body {
	background-image: url(images/bg_novo.jpg);
	background-repeat:repeat-x;
    background-attachment: fixed;
    background-position: top;
	font-family: Georgia, serif;
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
}
#text {
	width: 530px;
	left: 70px;
	position: absolute;
	top: 280px;
	font-size: 16px;
	font-family: Georgia, serif;
	color: #FFFFFF;
}
.izrada {
	left: 230px;
	position: absolute;
	top: 185px;
}

#bgimg {
	position:absolute;
	z-index: -1;
	color: #DD2021;
}

#logo {
	position: absolute;
	left: 0px;
}
.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	 }