/* CSS Document */
body {	margin:0;
		width:auto;
		height:600px;
		background-color:#000000; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#6A6A6A;}


#centro {
	width:1024px;
	height:auto;
	margin:auto;
	text-align:center;
	overflow:hidden;
	clear:both;
		}

#logo {
	width:auto;
	height:auto;
	margin:auto;
	margin-top: 200px;
	text-align: center;
		}
		
#entra {
	width:auto;
	height:auto;
	margin:auto;
	margin-top: 80px;
	text-align:center;
	line-height: 1.5em;
		}
		
#bottom {
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
	bottom: 0px;
	position: absolute;
	background-color: #000000;
	padding-bottom:10px;
	font-size:10px;
		}

.bianco {color:#999999; text-decoration:none;}

.bianco_16 {color:#FFFFFF; text-decoration:none; font-size:16px;}

a:hover.bianco {color:#FFFFFF; text-decoration:none;}

#audio {
	background-color:#000000;
	width:30px;
	height:auto;
	margin-right: 10px;
	bottom: 10px;
	position: absolute;
	right: 0px; }

#credits {
	float:right;
	width:auto;
	height:auto;
	margin-left: 10px;
	bottom: 10px;
	position: absolute;
	left:0px;}
