@media screen, print{
	*{ 
	 margin: 0; 
	 padding: 0; 
	} 

	html{
	 scrollbar-face-color:#474747;
	 scrollbar-track-color:#474747;
	 scrollbar-arrow-color:#252525;
	 scrollbar-3Dlight-color:#474747;
	 scrollbar-darkshadow-color:#474747;
	 scrollbar-highlight-color:#474747;
	 scrollbar-shadow-color:#474747;
	}

	body{
	 text-align: center; 
	 font-family: arial, verdana, helvetica, sans-serif, arial;
	 font-size: 69%;
	 background-image:url('../imagens/principal/bg2.gif');
	 color: #FFFFFF;
	}
	
	.center{ 
	 text-align: center;
	} 
	.left{ 
	 text-align: left;
	} 
	.right{
	 text-align: right;
	}
	.justify{
	 text-align: justify;
	}

	.linkcursor{
	 cursor: pointer;
	 cursor: hand;
	}

	#player{
	 float: center;
	 align: center;
	 width: 300px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 150px;
	}
	
	.clearfix:after {
	 content: "."; 
	 display: block; 
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
	 }
 
	.clearfix{display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix{height: 1%;}
	.clearfix{display: block;}
	/* End hide from IE-mac */  
}
