@charset "utf-8";
/* CSS Document */
html {
	background-image: url(../images/body-bg.png);
	background-size: 100% auto;
	background-color: #006e9f;	
	
	}
body{
	background-image: url(../images/sfum2.jpg);
    background-repeat: repeat-x;}

.contenitore {
	min-width: 300px;
	border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	background: url(../images/main-bg.png);
	width: auto;
	position: absolute;
	padding: 30px;
	left: 25%;
	top: 5%;
	right: 25%;
	
}

.numero{
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	
	font-size: 30px;
	color: #FFF;
	background-color: #006;
	height: 60px;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 60px;
};

tbody{
	background-color: #666;
	border: 1px solid #000;
}

	
td{
	font-size: 18px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: left;
}

th{
	color: #006;
	text-align: left;
	font-size: 20px;
}

#logo {
	width:250px;
	height:177px;
	
	}

h1 {
	color:#000066;
	padding:0 0 12px 0;
	font-weight:normal;
	font-family: 'AdelonRegular', sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-size:18px;
	
	}
