@charset "utf-8";
/* CSS Document */
body {
margin:0;
padding:0;
background-image:url(fundopaginaazul.jpg);
background-repeat:repeat;
text-align:center; /* hack para o IE */
    }
#tudo {
width: 990px;
height:42px;
margin:0 auto;
background-image:url(fundoplayerazul.jpg);
background-repeat:repeat;
text-align:left; /* "remédio" para o hack do IE */ 
}

.transparente {
	text-decoration: none;
	background-image: url(tudo.jpg);
	background-repeat:repeat;
	float: left;
	height: 42px;
	width: 990px;
	margin-left:0px;
	 display: inline;

}
a:link {
	text-decoration: none;
	color:transparent;

}
a:visited {
	text-decoration: none;
	color:transparent;
}
 a:hover {
	text-decoration: none;
	color:transparent;
}
a:active {
	text-decoration: none;
	color:transparent;
}
				
.play {
	text-decoration: none;
	background-image:url(play.jpg);
	float: left;
	height: 28px;
	width: 42px;
	margin-left:52px;
	margin-top:4px;
	 display: inline;

}
.pause {
	text-decoration: none;
	background-image: url(pause.jpg);
	float: left;
	height: 25px;
	width: 35px;
	margin-top:5px;
	margin-left:0px;
}
.volume {
	text-decoration: none;
	background-image: url(volume.jpg);
	float: left;
	height: 25px;
	width: 35px;
	margin-top:6px;
	margin-left:9px;
	display:inline;
}

.menos {
	background-image: url(menos.jpg);
	float: left;
	height: 22px;
	width: 22px;
	margin-top:8px;
	margin-left:4px;
	display:inline;
}
.menos {
	text-decoration: none;
	background-image: url(mais.jpg);
	float: left;
	height: 22px;
	width: 22px;
	margin-left:3px;
	display:inline;
}
.wmp {
	text-decoration: none;
	background-image: url(wmp.jpg);
	height: 22px;
	width: 21px;
	float:left;
	margin-top:9px;
	margin-left:102px;
	display:inline;
	
}
.real {
	text-decoration: none;
	background-image: url(real.jpg);
	float: left;
	height: 24px;
	width: 23px;
	margin-top:8px;
	display:inline;
}
.winamp {
	text-decoration: none;
	background-image: url(winamp.jpg);
	float: left;
	height: 20px;
	width: 20px;
	margin-top:10px;
	margin-left:1px;
	display:inline;
}
#Player {
	text-decoration: none;
	float: left;
	height: 50px;
	width:50px;
	margin-left:-50px;
	visibility:hidden;
}
#Status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 15px;
	width: 260px;
	display:inline;
	margin-top:12px;
	margin-left:54px;
	text-align:center;
}
