/*              

welcome.css

Author: 		Fabio Daniele <f.daniele@qubestudios.it>
Last Modified:  05/06/2008

*/


body {
	background: none;
	font-family: arial, verdana;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
}

h1 span { display: none; }

h1 { 
	position: relative;
	background-image: url(images/logo.gif);
	width: 200px;
	height: 110px;
	display:block;
	margin: 0 auto 25px;
}

p {
	margin: 10px 0;
}

a {
	color: #666666;
	font-weight: bold;
}

#entra {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #666666;
}
#entra a { text-decoration: none }

#welcome {
	height: 575px;
	width: 170px;
	margin: 0 auto;
	padding: 100px 75px 0 45px;
	background-image: url(images/sfondo-welcome.png);
	padding: 100px 0 0;
	width: 290px;
}
#testo { position: relative; padding: 25px; }
