body{
	margin: 0;
	padding: 0;
	color: #CCC;
	background-color: #000;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #fff500;
}
.title
{
	font-size: 11px;
	color: #fff500;
	text-transform: uppercase;
}

#main_container {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -340px;
	width: 680px;
}

#header{
	width: 680px;
	height: 155px;
}
div#logo {
	float: left;
	width: 255px;
	margin-right: 10px;
	position: relative;
}
div#logo img#dot{
	position: absolute;
	top: 63px;
	left: 83px;
}
div#content {
	background-color: #383739;
	padding: 0 10px 10px 10px;
	width: 395px;
	float: left;
}
#footer{
	width: 405px;
	height: 112px;
	margin-top: 10px;
	background-image: url(images/backgrounds/footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #777;
	text-align: right;
	padding: 5px;
	float: right;
}
div#content p{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
div.tab{
	width: 168px;
	height: 25px;
	padding: 1px 1px 1px 3px;
	background-image: url(images/backgrounds/title_tab.jpg);
	background-repeat: no-repeat;
	color: #fff500;
	font-size: 12px;
}
div.image_container
{
	position: relative;
	width: 395px;
	height: 200px;
	background-color: #242325;
}
div.image_container img
{
	position: absolute;
	top: 20px;
	left: 55px;
	border: 8px solid #444344;
}
div.separator
{
	width: 325px;
	height: 10px;
	margin: 5px 0 15px 0;
	background-image: url(images/backgrounds/separator.jpg);
	background-repeat: no-repeat;
}
div.bg_putokaz
{
	background-image: url(images/elements/ploce_putokaz.jpg);
	background-repeat: no-repeat;
	background-position: 150px 132px;
}
