@import url("topmenu.css");
@import url("menu.css");
body {
background-image: url(../img/background.jpg);
}
#background {
	position:inherit;
	left:auto;
	top:0px;
	width:970px;
	height:auto;
	background-image:url(../img/background.jpg);
	z-index:1;
}
#sigla {
	position:absolute;
	left:20px;
	top:0px;
	width:188px;
	height:265px;
	top:0px;
	background-image:url(../img/fundal-menu.jpg);
	z-index:3;
}
#bara {
	position:absolute;
	left:200px;
	top:31px;
	width:770px;
	height:22px;
	background-image:url(../img/bara.jpg);
	text-align: right;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	z-index:2;
}
#footer {
	position:absolute;
	left:0px;
	top:93%;
	width:970px;
	height:30px;
	background-image:url(../img/background.jpg);
	z-index:2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#trafic {
	position:absolute;
	left:46%;
	width:auto;
	height:auto;	
}

