/*CSS made by Zoran Perin*/

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	height:100%;}
	
body {
	background-color:#000;
	background-image:url(../pictures/mainbg.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	height:100%;}
	
a:link {
	color:#d9d9d9;
	text-decoration:none;
	outline:none;}

a:visited {
	color:#777777;
	text-decoration:none;
	outline:none;}

a:hover {
	color:#FD5D02;
	text-decoration:none;
	outline:none;}

a:active {
	color:#d9d9d9;
	text-decoration:none;
	outline:none;}
	
.stil_blue {color:#34637B;}

hr {
	border:1px #FD5D02 dashed;}
	
img {border:0;}

h1 {font-size: 16px;}
	
/*LOGO*/

.logo {
	width:400px;
	height:120px;
	top:50%;
	margin-top:-60px;
	position:absolute;
	margin-left:-200px;
	left:50%;}

