html,body{
    height:100%;
    margin:0;
	font: 12px "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial,helvetica,sans-serif;
    background: #281719;
}

body>#container{
    height: auto;
    min-height: 100%;
}

#container{
    height:100%;
}

#content{
    position:absolute;
    width:980px;
    height:700px;
	margin:0 auto; /* centra il conenuto */
    left:50%;
    top:50%;
    margin-left:-490px;
    margin-top:-350px;
	z-index: 0;
}

#sound{
    position:absolute;
	bottom: 0;
	right: 10px;
	height: 20px;
	font: normal 11px "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial,helvetica,sans-serif;
	color: #fff;
}

#sound a{
	color: #fff;
	text-decoration: none;
}

#sound a:hover{
	color: #aaa;
	text-decoration: underline;
}

.hid {
	visibility: hidden;
}

