html {
  overflow-y: scroll;
}

body {
	font: 11px verdana;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #000000;
}

#ALL {
margin: 0px auto;
width: 900px;
height: auto;
}

#TOP {
	background: url(img/top.jpg);
	width: 900px;
	height: 87px;
	float: left;
}

#PHOTO {
	background: url(img/photo.jpg);
	width: 900px;
	height: 179px;
	float: left;
}

#SITE {
	width: 900px;
	height: auto;
	float: left;
}

#DOWN {
	background: #131313;
	width: 900px;
	height: 70px;
	float: left;
	margin-top: 10px;
}

a.menu {
	font-family: Tahoma;
	font-size: 18px;
	color: white;
	text-decoration: none;
}

a.menu:hover {
	font-family: Tahoma;
	font-size: 18px;
	color: yellow;
	text-decoration: none;
}

.menu-div {
	height: 20px;
	width: 146px;
	float: left;
	background: #2c2c2c;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	border: 1px solid #414141;
}

.menu-div:hover {
	background: #646464;
	border: 1px solid #414141;
	color: yellow;
	cursor: pointer;
}

.myeye-div {
   color: #ffffff;
	width: 250px;
	height: 60px;
	margin-right: 5px;
	margin-top: 5px;
	float: right;
}

.myeye-div:hover {
	cursor: pointer;
	background: #3d6c96;
}

.lokalik-div {
	background: url(img/lokalik-tv-gray.jpg);
	width: 165px;
	height: 60px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

.lokalik-div:hover {
	background: url(img/lokalik-tv.jpg);
	cursor: pointer;
}

.kontakt {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
}

.lokalik {
	width: 480px;
	height: 378px;
	float: left;
}

.news-div {
	width: 407px;
	float: left;
	padding-right: 10px;
}

.title {
	font-family: Tahoma;
	font-size: 18px;
	color: #4857f8;
	text-align: left;
	margin-bottom: 5px;
}

.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	margin-bottom: 20px;
}

.event {
	font-family: Tahoma;
	font-size: 12px;
	color: lime;
	text-align: center;
	font-weight: bold;
}