body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #898989 url(grafika/ozadje_index.gif) repeat top left;
	}

div#uvod	{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 768px;
	height: 494px;
	margin-top: -256px;
	margin-left: -384px;
	}

div#opis {
	display: none;
	}
	
div#noga {
	position: absolute;
	bottom: 6px;
	left: 0px;
	width: 100%;
	color: #ddd;
	text-align: center;
	font-size: 11px;
	}

div#noga a {
	font-size: 15px;
	color: #eee;
	text-decoration: none;
	padding: 0 28px;
	}

div#noga a:hover, #noga a:active {
	color: white;
	text-decoration: underline;
	}
