body {
	margin:0px;
	overflow:hidden;
	background-image:url(files/bg.gif);
	background-repeat:repeat;
}
img{
	border:0px;
}
#centrato{
	position:absolute;
	text-align:center;
	left:50%;
	width:500px;
	height:100%;
	margin-left:-250px;
	background-color:#FFFFFF;
}

.content{
	position:relative;
	float:center;
	width:490px;
	height:80px;
	text-align:center;
}
.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
