.print_only {
    display: none; 
    visibility: hidden;
}

body {
    background-color: white;
    text-align: center;
    font: 10pt Arial, Helvetica, sans-serif;
    color: black;
}

#container {
    width: 100%;
    margin: 0 auto;
}

#content
{
   /* padding-top: 40px;*/
}


#content h1 {
    font: 19px Verdana, Arial, Helvetica, sans-serif;
    display: inline;
    color: #444;
    line-height: 1.3em;
}
#content h1 a {
    color: #444;
}
#content h1 a:hover {
    color: #AAA;
    text-decoration: none;
}


#content h2 {
    font: 17px Verdana, Arial, Helvetica, sans-serif;
    color: #444;
    display: inline;
}

.credits {
    padding-top: 10px; 
    margin-bottom: 60px;
    margin-left: 30px;
}

.contenuti {
    margin-top: 40px;
    padding-left: 10px;
    margin-left: 20px;
}

#getPlayer {
	margin:15px auto 25px;
	height: 43px;
	text-align: center;
}
#getPlayer a{
	display: block;
	margin:0 auto;
	background: url(img/get_flash_player.png) top center;
	text-align: center;
	width: 200px;
	height: 43px;
}
#getPlayer a:hover{
	background: url(img/get_flash_player.png) bottom center;
}

#imgNoFlash{
	position:absolute;
    	width:100%;
	top:0;
	left:0;
}
#contentNoFlash{
    	position:relative;
	padding: 20px 0 20px 0;
	position: relative;
	margin:0 auto;
	top: 30px;
	left: 0px;
	width: 590px;
}
#headerNo{
	background: url(img/backContentNoFlash.gif) no-repeat top center;
	height: 40px;
	filter: alpha(opacity=80);    
	-moz-opacity: 0.8;    
	opacity: 0.8; 

}
#contentNo{
	margin:0 auto;
	background: url(img/backContentNoFlashC.gif) repeat-y center;
	color: #333;
	font-size: 1em;
	padding: 0 30px;
	filter: alpha(opacity=80);    
	-moz-opacity: 0.8;    
	opacity: 0.8; 
	min-height: 380px;
	height: auto !important;	
	height: 380px;
}
#footerNo{
	background: url(img/backContentNoFlash.gif) no-repeat bottom center;
	height: 40px;
	filter: alpha(opacity=80);    
	-moz-opacity: 0.8;    
	opacity: 0.8; 
}

#valido {
    float:left;
	width: 850px;
	padding-left:10px;
}
#by {
    float:right;
	padding-right:10px;
}
#by a:link, #by a:visited {
    color: #9090A0;   
    text-decoration: none;
}
#by a:hover {
    color: rgb(255,55,0);
}
