@charset "utf-8";
body{
	padding: 0px;
	margin: 0px;
	background-color: #202020;
	background-image: url("/img/bg.png");
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
form{
	margin: 0px;
	padding: 0px;
}
#page{
	width: 855px;
	margin: auto;
	text-align: left;
}
#main{
	width: 819px;
	margin-left: 36px;
	background-image: url("/img/bg2.png");
	background-repeat: repeat-y;
	margin-bottom: 16px;
}
#top_line{
	background-color: #0B0B0B;
	height: 3px;
}
#left{
	width: 181px;
	float: left;
}
h1{
	display: none;
}
#tatra{
	height: 166px;
	background-image: url("/img/tatra.png");
	background-repeat: no-repeat;
}
#zlty{
	background-image: url("/img/bg3.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 5px 75px 5px;
	color: #E3BD07;
	text-align: right;
	font-weight: bold;
	font-size: 1.4em;
}
#zlty a{
	font-size: 0.75em;
	color: #E3BD07;
	text-decoration: none;
}
#zlty a:hover{
	text-decoration: underline;
}
#right{
	float: right;
	width: 574px;
	margin-left: 16px;
	padding: 28px 24px;
}
#bottom{
	width: 769px;
	margin-left: 36px;
	background-image: url("/img/bot.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 20px 14px 30px;
	background-color: #000000;
	line-height: 28px;
	font-weight: bold;
}
#bottom img{
	float: right;
}
.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
.clear_right{
	clear: right;
}
#login{
	text-align: center;
}
#logout_form a{
	color: #FFFFFF;
}
#editor{
	text-align: right;
}
#chromeFix{
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	bottom: 0px;
	left: 0px;
}

