@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/bkg.png);
	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;
}
#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:450px;
}
#dol {
	background-image:url(images/dol.png);
	width:1185px;
	height:54px;
}
#left{
	position:relative;
	width:650px;
	float:left;
	left:15px;
	text-align:left;
}
#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;
}