body{
	background-image:url(images/back.png);
	background-position:left top;
	background-repeat:repeat;
	margin:0;
	padding: 0;
	height:100%;
}	
p{
	padding:0;
	margin:10px 0 0 0;	
}


#logobox{
	margin-left:auto;
	margin-right:auto;
	height:330px;
	color:white;
	display:block;
	left:0px;
	overflow:visible;
	position:absolute;
	text-align:center;
	top:40%;
	visibility:visible;
	width:100%;
		
}

#linije{
	margin-left:auto;
	margin-right:auto;
	height:120px;
	width:600px;
	color:#333333;
	margin-top:100px;
	background-image:url(images/back2.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding:10px 0px 0px 0px;
		
}

#left{
	margin-left:auto;
	margin-right:auto;
	height:99px;
	width:290px;
	color:#858585;
	float:left;
	text-align:right;
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
		
}

#right{
	margin-left:auto;
	margin-right:auto;
	height:99px;
	width:290px;
	color:#858585;
	float:right;
	text-align:left;
	font-size:11px;
	font-family: "Times New Roman", Times, serif;
		
}

a.link1{
	font-family:"Times New Roman", Times, serif;
	color: #FFF;
	text-decoration:none;
	
}

a.link1:hover{
	font-family:"Times New Roman", Times, serif;
	color: #333;
	text-decoration:none;

}

a.link2 {
	font-family:"Times New Roman", Times, serif;
	color: #858585;
	text-decoration:none;
	font-size:14px;
	
}

a.link2:hover {
	color: #FFF;
	text-decoration:none;
	
}

.fakelink2 {
	font-family:"Times New Roman", Times, serif;
	color: #858585;
	text-decoration:none;
	font-size:14px;
	cursor: pointer;
	
}

		

	
	


