
*				 {margin:0; padding:0;}
html 			 {overflow-y: scroll;}
body {
	font-family: 'Trebuchet MS', sans-serif;
	margin-top: 0;
	text-align: center;
	background:url(../slike/bg2.jpg) center top repeat-x;
	/*background-attachment: fixed;*/
	background-color: #ffffff;
}

a {
	text-decoration:none;
	color: #222;
}
a:hover {
	text-decoration:underline;
	color: #004370;
}

p {margin-top: 10px; margin-bottom: 15px;}
h1, h2, h3, h4, h5 {padding-bottom: 5px; /*margin: 25px 0 10px 0;*/font-weight: normal;}
h1 {font-size: 180%;line-height: 100%; color: #4daff3;}
h2 {font-size: 160%; color: #fff;}
h3 {font-size: 120%; font-weight:bold; color:#fff;}
h4 {font-size: 180%; color: #000; line-height: 100%;}
h5 {font-size: 120%;text-transform: uppercase;}

.floatleft	{ float:left; }
.floatright	{ float:right; }
.clear		{ clear:both; }

#page-wrap {
	width: 980px;
	margin: 0 auto;
}



/* Wrapper cijelog sadržaja */
#wrapper {
	/*background: url(../slike/bg-w.png) repeat-y;*/
	width: 980px;
	margin: 0 auto;
}

