body{
	background: #a9c1f4 url(bg.png) bottom repeat-x;
	min-height: 100%;
}
body,html{height: 100%}
#content{
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -250px;
	text-align: center;
}
#text{
	color:#110f7d;
	font-family: Arial;
	font-size: 12pt;
}
#idiomes{
	margin-top: -70px;
}
