#top1
{
background-image: 
url('images/top_1.jpg');
background-repeat: repeat-x;
}
#top2
{
background-image: 
url('images/top_2.jpg');
background-repeat: repeat-x;
}
#menu
{
background-image: 
url('images/menu.jpg');
background-repeat: repeat-x;
}
#menu2
{
background-image: 
url('images/menu_2.jpg');
background-repeat: repeat-x;
}
#contentbg
{
background-image: 
url('images/content_bg.jpg');
}
#author a, active, visited{
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}
#polje {
	border: 1px solid #1f1f1f;
	background-color: #050505;
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
}
#gumb {
	border: 1px solid #1f1f1f;
	background-color: #1f1f1f;
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
#link a, active, visited{
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
#link a:hover{
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.left {
float: left;
width: 25%;
}