html, body{
	height:100%;
} 


html,body {margin:0; padding:0}

html>body #outer{height:auto;} 

body {
	background-repeat:repeat;
	background-position: center;
	background-image: url(img/sfondo_blu_rigato_index.jpg);
	height:100%; 
	text-align: center;
	margin: 0px;
	font: 0.75em/1.6em "Verdana", tahoma, sans-serif;
}

div.frase {
	font-size: 22px;
	font-weight: bold;
	font-style:italic;
	padding-bottom:20px;
	color: #000033;
}

div.description{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}

img.index{
	border:0px;
	margin-left:auto;
	margin-right:auto;
}
