@charset "utf-8";
/* CSS Document */
body{
	background-color: #261a35;
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}
a:link, a:active, a:visited {
	color:white;
}
a:hover {
	color:red;
} 
#ramka {
	position:relative; 
	margin:auto;
	width:1185px;
	height: auto; 
}
#top {
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	width:1185px;
	height:28px;
}
#tlo {
	background-image:url(images/tlo.png);
	width:1185px;
	height:100%;
}
#dol {
	background-image:url(images/dol.png);
	width:1185px;
	height:54px;
}
#left{
    padding-left: 10px;
	position:relative;
	width:650px;
	height:4000px;
	float:left;
	left:15px;
	text-align:left;
	height: auto; 
}
#right{
	position:relative;
	width:450px;
	float:right;
	right:40px;
	top:60px;
	text-align:center;
}
#kom_poz{
	color:#66FFFF;
}
#kom_neg {
	color:red;
}

.txt{
	font-family: Verdana, Geneva, sans-serif;
 	font-size:14px;
 	color:#CCC;
}
.copy{
	color: #666;
	font-size:12px;
	text-align:right;
}

div {
overflow: hidden;
} 
