body{
  color: black;
	background-color: black;

	font-family: "Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
	text-align: center;
}

#main{
  _height: 500px;
  min-height: 500px;
	ibackground-image: url('../img/plocha.jpg');
	background: url('../img/plocha.jpg') no-repeat center 100px;
}

#main div.navi{
  position: absolute;
	top:50px;
	left:50px;
}

#main div.navi ul{
  list-style: none;
}

#main div.navi ul a{ color: black; font-size:12px; weight: bolder; }
#main div.navi ul a:hover{ color: #333333; cursor: crosshair; }


#footer{
  font-size: 9px;
  color: #333333;
  min-height: 20%;
}