html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;	
}

#content {
	width: 400px;  
	height: 400px;  
	position: absolute;  
	top: 50%;  
	left: 50%;  
	margin: -200px 0 0 -200px;
}

#logo{
	margin-bottom: 10px;
}

#text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.player a:link, .player a:visited {
	color: #555;
	line-height: 24px;
	text-decoration: underline;
}

.player a:hover {
	color: #777;
	line-height: 24px;
	text-decoration: none;
}

.autore a:link, .autore a:visited {
	font-size: 9px;
	color: #777;
	line-height: 24px;
	text-decoration: none;
}

.autore a:hover {
	font-size: 9px;
	color: #555;
	line-height: 24px;
	text-decoration: none;
}