body {
	background-color:#f1f1f1;
	font-family: Segoe UI, Arial, sans-serif;
}

#container {
	clear: both;
	height: 550px;
	width: 88%;
	margin:0px 30px;
	background-color:#cccccc;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	z-index: 5;
	overflow-x: auto;
}

#slika {
	height: 550px;
	width: 100%;
	margin:0px 30px;
	background-color:#000000;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	z-index: 10;
}

#c_close {
	height: 16px;
	width: 88%;
	margin:0px 30px;
	background-color:#cccccc;
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	z-index: 5;
	overflow-x: auto;
}

#container p {
	margin:30px 40px;
	font-weight: normal;
	text-align: justify;
	color:#000000;
}

#container table p {
	margin-left:30px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: justify;
	color:#000000;
}

#container li {
	margin-left: 30px;
	margin-right: 30px;
	font-weight:bold;
	text-align: justify;
	color:#000000;
}

#comm {
	width: 990px;
	height: 200px;
	background-color: #aaaaaa;
}

#wrapper {
	width:990px;
	position:relative;
	height: 780px;
	margin:0px auto;
	background-color: #000000;
}

#side {
	width:320px;
	height: 580px;
	float:left;
	margin:0px;
	color: #fff;
	overflow:hidden;
}

#side h3 {
	font-size: 11px;
}

#content {
	width:660px;
	height:550px;
	float:right;
	color: #fff;
	margin:0 0 0 0;
	background-color: #000000;
	background-image: url(/img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

