/* CSS Document */

html {
	text-align: center;
}

body {
	margin: auto;
	background-color: #090909;
	color: orange;
	font-family: Trebuchet MS;
	font-size: smaller;
}

#horizont {
	background-color: #090909;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#traka {
	background: #090909 url(../images/traka.png) repeat-x;
	position: absolute;
	margin-top: -43px;
	width: 100%;
}

#kockica {
	margin-top: -12px;
}

#footer {
	width: 99%;
	text-align: right;
	bottom: 3px;
	position: absolute;
	
}