@charset "utf-8";
/* My01138 CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	border-width: 0;
	z-index: -1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
	
ul {

	list-style-position:inside;

}

a {
	text-decoration:none;
	
}

#mainwrapper {
	
	width: 800px;
	height: 100%;
	margin:0 auto;
}

#topnav {
	width: 800px;
	height: 220px;
	background-image:url(images/bosniaB.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

#content {
	width:800px;
	height:100%;
	background-image:url(images/bg_repeat.jpg);
	background-repeat:repeat-y;
	background-repeat:none;
}

#footer {
	width:800px;
	height:250px;
	margin:0 auto;
	background-image:url(images/bg_bottom.jpg);
	background-repeat:no-repeat;
	background-repeat:none;
}