BODY{
		background-image: url("../obrazky/a.jpg");
}
A:link{
		font: 11px Tahoma;
		color: white;
		text-decoration: none;
}
A:visited{
		font: 11px Tahoma;
		color: white;
		text-decoration: none;
}
A:active{
		font: 11px Verdana;
		color: Tahoma;
		text-decoration: none;
}
A:hover{
		font: 11px Tahoma;
		color: white;
}
.header{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 1003px;
		background-image: url("../obrazky/Top_logo5.jpg");
}
.left{
		position: absolute;
		top: 120px;
		left: 0px;
		width: 110px;
		height: 400px;
		font: 10px Tahoma;
		background-image: url("../obrazky/f.jpg");
}
.left_menu{
		position: relative;
		top: 50px;
		line-height: 30px;
}
.search{
		position: absolute;
		top: 250px;
		left: 15px;
		text-align: center;
}
.center{
		position: absolute;
		top: 118px;
		left: 110px;
		width: 733px;
		height: 2700px;
}
.right{
		position: absolute;
		top:100px;
		left:843px;
		text-align: center;
}
.footer{
		position: absolute;
		top: 2800px;
		left: 140px;
		text-align: center;
		font: 10px Verdana;
}
.counter{
		position: relative;
		top: 15px;
		left: 10px;
		font: 11px Tahoma;
		color: white;
}
HR{
		color: blue;
}