@charset "UTF-8";

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

audio#musica {
    display: block;
    position: relative;
    left: 575px;
    top: 450px;
    width: 300px;
}
video#filme {
    display: block;
    position: relative;
    left: 88px;
    top: 65px;
    width: 440px;
}

video#filme01 {
    display: block;
    position: relative;
    left: 5px;
    top: 0px;
    width: 500px;
}

video#filme02 {
    display: block;
    position: relative;
    width: 350px;
}