* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font-family: Trebuchet MS, Arial, Verdana;
	color: #FFF;
	font-size: 10px;
}

#wrapper{
width: 230px;
height: 350px;
margin-left: auto;
margin-right: auto;
}
#logo{
width: 230px;
height: 300px;
background: #000 url(design/logo_reproductor_ani.gif) no-repeat;
float: left;

}
#stream{
width: 230px;
height: 70px;
text-align: center;
float: left;
}

a{
color: #ffb330;
}