html, body{
	margin:1px 0 0 0;
	padding:0;
	text-align:left;
	font-family:Arial, Tahoma, Verdana, Helvetica, "Microsoft Sans Serif";
	background-color:#f9f9f9;
	color:#666666;
	font-size:14px;
} 
#wallpaper{
	margin: 0 auto;
	width:960px;
	border:1px solid #666666;
}
#header{
	margin: 0 auto;
	padding:0;
	width:960px;
	height:330px;
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
/*in header*/
.first{
    font-size:20px;
}
#meniu{
	float:left;
	list-style:none;
	margin:0;
	padding:120px 0 0 10px;
	font-size:12px;
}
#meniu li{
	display:inline;
	padding:0 10px;
	border-right:2px solid #fff;
}

#meniu a{
	color:#333333;
	text-decoration:none;
}
#meniu li .activ{
    color:#ff0000;
}
#meniu a:hover{
	color:#ff0000;
}
#slogan {
	float:left;
	font-size:23px;
	position:relative;
	right:350px;
	top:240px;
	width:500px;
}
#centru{
	margin: 0 auto;
	width:960px;
	float:left;
	clear:both;
	background-image:url("../images/gradient.jpg");
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#f9f9f9;
}

.clearfix:after {
clear:both;
content:".";
display:block;
height:0pt;
visibility:hidden;
}

.clearfix {
height:1%;
}

#footer{
	margin: 0 auto;
	padding:0;
	width:960px;
	/*height:69px;*/
	float:left;
	clear:both;
	background-image:url("../images/footer.jpg");
	background-repeat:repeat-x;
	background-position:top left;
}
