/* @override http://www.fananitende.it/intro.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: transparent url(images/fondo_intro.png) repeat-x;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

div#fascia {
	width: 270px;
	height: 242px;
	margin: auto;
	background: transparent url(images/fascia_alta.png) no-repeat 0 0;
}

div#pulsante {
	width: 270px;
	margin: auto;
	height: 35px;
	text-align: center;
}

#pulsante a {
	text-transform: capitalize;
	text-decoration: none;
	color: #000000;
	display: block;
	height: 100%;
	font: small-caps 1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 100%;
}

#pulsante a:hover {
	text-transform: capitalize;
	text-decoration: none;
	color: #E49736;
	display: block;
	height: 100%;
	font: small-caps 1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 100%;
}

div#fascia_bassa {
	width: 280px;
	margin: auto;
	height: 427px;
	background: url(images/fascia_bassa.png) no-repeat center top;
	text-align: center;
}

#fascia_bassa p {
	padding-top: 120px;
	font-size: 0.6em;
	color: #333;
}

div#banner-intro {
	display: block;
	padding-top: 90px;
}

#banner-intro a {
	display: block;
	width: 280px;
	height: 134px;
	text-indent: -9999px;
	background: url(images/banners/banner_myshell.jpg) no-repeat center top;
}