/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#f2eee5 url(images/sf-intro.jpg) 0 0 repeat-x;
}

#contenitore{
	position:relative;
	margin:auto;
	width:700px;
}

#intro{
	position:relative;
	overflow:hidden;
	height:588px;
}

#intro h1{
	margin-top:200px;
	padding-top:340px;
	font-size:350px;
}

#fondo{
	position:relative;
	padding:50px 40px 0 10px;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#c2b18b;
}

#id-lab{
	position:absolute;
	overflow:hidden;
	width:40px;
	height:13px;
	top:125px;
	left:20px;
	background:url(images/id-lab.gif) 0 0 no-repeat;
}

#id-lab a{
	display:block;
	padding-top:13px;
}

#linea{
	position:absolute;
	z-index:5;
	width:100%;
	height:50px;
	top:578px;
	background:url(images/linea-intro.png);
}

.sx{
	float:left;
}

.dx{
	float:right;
}

img.dx{
	margin:0 0 15px 15px;
	border:solid 3px #c8b997;
}