﻿body {
	margin: 0px;
	padding: 0px auto;
	text-align: center;
	font-family: Verdana, tahoma, Arial, serif;
	font-size: 70%;
	color: #555A5B;
    background: black url('../images/u-bgr.jpg') top left repeat-x;
}
div#obsah {
	width: 964px;
	height: 631px;
	margin: 39px auto;
	text-align: left;
    background: black url('../images/u-okno.jpg') top left no-repeat;
    position: relative; 
}
H1 {
	margin: 0px; padding: 0px;
}
div#logo {
	width: 400px;
	height: 140px;
	position: absolute;
	left: 282px;
	top: 435px;
	display: block;
}

LI { 
	position: absolute;
	width: 140px;
	height: 160px;
	top: 134px;
    list-style-type: none;
    color: White;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

LI#elektrina { 
	background: url('../Images/u-elektrina.jpg') 0 0 no-repeat;
	left: 214px;
}
LI#plyn { 
	background: url('../Images/u-plyn.jpg') 0 0 no-repeat;
	left: 605px;
}
LI A {
    color: White;
	text-decoration: none;
	width: 140px;
	height: 160px;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
}

LI A:HOVER {
    color: Black;
}