@charset "UTF-8";

div#tv-radio {
    width: 900px;
    height: 580px;
    margin: auto;
    background: url("../imagens/radio-tv.png") no-repeat center center;
}

audio#musica {
    display: block;
    position: relative;
    left: 573px;
    top: 490px;
    width: 300px;
}

video#filme {
    display: block;
    position: relative;
    left: 81px;
    top: 70px;
    width: 450px;
    border-radius: 5px;
}

iframe#video-youtube {
    left: 100px;
    top: 40px;
    width: 300px;
    height: 200px;
    border-radius: 5px;
    margin: 100px 20px 20px 20px;
}