@charset "utf-8";
/* CSS Geral */

body{
	margin:0;
	padding:0;
	text-align:center;
}

/* Topo da Pagina */
#topo{
	width:100%;
	height:572px;
	background:#a9a9a9 url("foto2.jpg") top center no-repeat;
}

	/* Topo da Pagina - Player */
	#topo_Player{
		width:320px;
		height:30px;
		position:absolute;
		top:5px;
	}

	/* Topo da Pagina - Foto */
	#topo_Foto{
		width:960px;
		height:572px;
	}

