body {
	background-image: url(img/bg1.jpg);
	width: 100%;
	height: 100%;
	background-position: fixed;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: tahoma;
}
#language {
	float: right;
	height: 30px;
	width: 200px;
	text-align: right;
	margin-right: 70px;
}

#top {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	
}
a {
	color: #FF0000;
	text-decoration: none;
}

#menu {
	width: 100%;
	height: 50px;
	background-image: url(img/menu-bg.png);
	margin-top: 20px;
	text-align: center;
}

#top img {
margin-top:30px;
}
#content-tresc {
	width: 900px;
	height: auto;
	margin: 0 auto;
	font-family: tahoma;
	font-size: 12px;
	line-height: 150%;
	border: bottom top dotted 1px #999;
}
#left {
	width: 240px;
	height: auto;
	float: left;
}
#right {
	width: 660px;
	height: auto;
	float: right;
}



#footer {
	width: 100%;
	height: 220px;
	padding: 20px;
	background-image: url(img/menu-bg.png);
	clear: both;
}

#slider {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	margin-top: 30px;
}

#menu ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	width: 1024px;
}
#menu-lista {
	width: 1024px;
	margin: 0 auto;
}

#menu li {
	float: left;
	display: block;
	width: 223px;
	height: 20px;
	padding: 15px;
	list-style-type: none;
	font-family: calibri;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 223px;
	height: 20px;
	
}

#menu li a:hover {
text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	
}
a:hover {

	color: #FF0000;
	text-decoration: underline;
}
