@charset "UTF-8";
/* CSS Document */

body
{
	margin-top:200px;
	background-image:url(/images/naslovna.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

.main
{
	text-align:center;
	font:Tahoma, Geneva, sans-serif;
	font-size:18px;
}

