html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	color: #000;
	font-family: Century Gothic, "Liberation Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#c8bcaa;
	background-image: url(../img/home_sch.jpg);
	background-repeat: no-repeat;
	background-position:top center;
} 

a { outline:0;
}

/* struttura */

#container{
	position: relative;
	width: 990px;
	height:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* home */

#nav_home{
	position: relative;
	float:left;
	width: 100px;
	height: 80px;
	padding-top:20px;
	padding-left:150px;
	line-height:30px;
	top: 500px;
}

#dati_home{
	position: relative;
	float:right;
	width: 740px;
	height: 80px;
	padding-top: 20px;
	line-height:18px;
	color:#ded7cc;
	font-size:10px;
	text-align:right;
	top: 500px;
}

/* stili testo */

.link_lingue{
	color:#ded7cc;
	text-decoration:none;
	font-weight:bold;	
}

.link_lingue:hover{
	color:#e39704;
}

.link_s2t{
	color:#ded7cc;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;	
}

.link_s2t:hover{
	color:#e39704;
}

