@charset "utf-8";
/* CSS Document */



#container
{
}

#header
	{
	height:235px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image: url(images/bg_sus.png);
	}


#header_mijloc
	{
	width:960px;
	background-image:url(images/bg_sus.png);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	}	

	
#footer
	{
	height:50px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}

.text_footer
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	}

#continut
	{
	min-height:400px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}

	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#202020;
	color:#FFFFFF;
	background-image:url(images/bg.gif);
	}
	
a:hover {
color:#FFFFFF;
	text-decoration: none;
}
a:active {
color:#FFFFFF;
	text-decoration: none;
}
a:visited {
color:#FFFFFF;
text-decoration:none;
}

#current
{
color:#FFFFFF;
}