body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:BauhausStd, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFF;
}

body img{
	border:0px;
}

.clear{
	clear:both;
	width:0px;
	height:0px;
}

#page{
	margin:0px auto;
	width:1000px;
}

#testata{
	width:1000px;
	height:100px;
	background-image:url(../img/testata_bg.png);
	background-repeat:repeat-x;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
}

#logo{
	float:left;
	width:205px;
	height:80px;
	margin:10px;
}

#testata_testo{
	float:left;
	width:755px;
	height:100px;
	color:#FFF;
	font-size:48px;
	line-height:100px;
	margin-left:20px;
	text-align:left;
}

#corpo{
	margin-top:1px;
	width:950px;
	background-image:url(../img/testata_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#c20000;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
	padding:130px 25px 130px 25px;
}

.mega_button{
	font-family:BauhausStd, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#c20000;
	background-color:#FFF;
	cursor:pointer;
	height:80px;
}