html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial,Helvetica;
	background:url(../images/sfondo.jpg);
}
a{color:#FFF;text-decoration:none}
img{border:0;}
#container{
	background:url(../images/main.png) center repeat-y;
	width:950px;
	margin:0 auto;
	min-height:100%;
}
#header,#main{
	clear:both;
	width:830px;
	font-size:20px;
	margin:0 auto;
	z-index:1;
}
#tessera{
	width:800px;
	height:580px;
	padding:35px 15px;
	background:url(../images/retro.jpg) center no-repeat;
}
.submit{font-size:16px}
#col1,#col2{float:left}
#col2{margin-left:70px}