
body { 
	text-align: center;
}

div#container {
	display:table;
height:217px;
margin:200px auto;
width:500px;
}

div#lingua {
	display: table-cell;
	width: 400px;
	vertical-align: middle;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 0px;
	background: #16C0F3;
}

a { color: white; text-decoration: none; }

a:hover { color: #bdeefc;}

div#logo {

}

div#admin {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 0.8em;
	font-family: sans-serif;
}

div#admin a {
	color: rgb(230,230,230);
}