@charset "utf-8";
/* CSS Uvod */

body {
     background-image: URL(../images/design/poz.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
	font-size: 35px;
  font-family: "Monotype Corsiva";
  text-shadow: 1px 2px 3px #808080;
  color: white;
  font-weight: bold;
}

#menu {
  color: white;
  padding-top: 10px;  
}

.zarovnani {
	margin: 0px auto !important;
	text-align: center !important;
}

a {
	text-decoration: underline;
  color: white;
  font-size: 35px;
}

a:hover {
	text-decoration: underline;
}

#foot {
	width: 778px;
	height: 20px;
  color: white;
  font-size: 16px; 
}

#pismo {
  font-size: 28px;
}


	
