@charset "utf-8";
/* CSS Document */
*{
	margin:				0px;
	padding:            0px;
}
body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	background:         #000;
}
a {text-decoration: none; color: #FFF;}
#centro {
	height:             715px;
	width:				770px;
	background:			#000;
}
#menu {
	height:             35px;
	width:				770px;
	background:         #000;
}
#player {
	height:             25px;
	width:				770px;
	background:         #000;
}