@charset "utf-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	background-attachment: scroll;
	background-image: url(../pictures/prazna.jpg);
}
#container {
	height: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 900px;
}


#vsebina {
	height: 700px;
	width: 900px;
	text-align: center;
}

