*{
	font-size: 10pt;
	font-family: verdana, sans serif;
}

body{
	background-image:url('../images/pozadi2.jpg');
	margin:0px;
	text-align: center;
}

#site{
	width:1004px;
	margin: 0 auto;
	text-align: left;
}

#header{
	background-image:url('../images/bglogo.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: 50% 0%;
	height: 149px;
	border: 0;
	border-bottom: solid 2px #CCCCCC;
}

#mainframe{
	background-image:url('../images/bg-content.gif');
	text-align:center;
}

#leftCol{
	width: 50%;
	display: inline-block;
}

#rightCol{
	width: 49%;
	display: inline-block;
}

#footer{
	background-image:url('../images/footer.png');
	height: 68px;
}

.clearer{
	clear: both;
}

.icons{
	text-align: center;
}
.icons img{
	margin: 0 8px 8px 0px;
}
