@charset "UTF-8";

div#tv-radio{
    width: 900px;
    height: 580px;
    margin: auto;
    background: url("../imagens/radio-tv.png") no-repeat;
}

audio#musica{
    display: block;
    position: relative;
    left: 572px;
    top: 500px;
    width: 300px;
}
video#filme{
    display: block;
    position: relative;
    left: 90px;
    top: 90px;
    width: 440px;
}