body {
	background-color:#000;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
	padding:0px;
	margin:0px;
}

#player {
  margin:0px;
  margin:0px;
  height: auto !important;  /* per i browser moderni */
  height: 500px;            /* per IE5.x e IE6 */
  min-height: 500px;  
}

#cont {
  margin:0px;

}

h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}
