#main {
	position: relative;
	margin-top: 99px;
	margin-right: auto;
	margin-left: auto;
	height: 486px;
	width: 486px;
	background-image:     url("../images/splash.jpg");
}
#lingua {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	position: relative;
	left: 395px;
	top: 355px;
	font-weight: bold;
}
body {
	background-image:     url("../images/background.gif");
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}

