#page {
  left: 0px;
  top: 0px;  
  margin: 0px;
  padding: 0px;
	background-color: #231f20;
}
#obsah_holder {
  position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}
#obsah {
  position: relative;
  top: 0px;
  left: 0px;
	width: 100%;
	font : 900 2em "Arial CE", arial, Helvetica, sans-serif; 
	color: #ffffff;
	text-align: left;
}

a {
	font-family : "Geneva CE", verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 400;
	color : #4E64E6 ;
	text-decoration : none;
}

a:hover {
	color : #FF9E05 ;
	text-decoration : underline;

}