/* CSS Document */

/* CSS Document */

/*stili testi*/
html > body, html > body #container
{
	height: auto;
}

html, body
{
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	height: 100%;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	font-size: 10px;
}




#bg
{
	background-image: url(../img/bg_welcome.jpg);
	background-repeat: repeat;
	height: 29%;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
}






#head
{
	height: 126px;
	background-color: #FFFFFF;
	background-image: url(../img/head.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 29%;
	width: 940px;
	left: 50%;
	margin-left: -470px;
	margin-top: -126px;
}

#spazio
{
	height: 20px;
	width: 940px;
	background-color: #FFFFFF;
	position: absolute;
	top: 29%;
	left: 50%;
	margin-left: -470px;
}

#box2
{
	height: 405px;
	width: 940px;
	position: absolute;
	top: 29%;
	left: 50%;
	margin-left: -470px;
	margin-top: 20px;
	background-color: #FFFFFF;
}


#box2 img
{
	width: 300px;
	height: 405px;
	position: relative;
	float: left;
	margin-left: 10px;
}


.bandierine
{
	width: auto;
	height: 30px;
	position: absolute;
	margin: 0px auto;
	padding: 0px;
	left: 80%;
	bottom: 5px;
}

.bandierine p
{
	float: left;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}



.info
{
	position: absolute;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 29%;
	left: 50%;
	margin-left: -470px;
	width: 970px;
	margin-top: 430px;
}


.info a
{
	text-decoration: none;
	color: #666666;
}



