@font-face {
font-family: myriad; 
font-style: normal; 
src: url(MyriadPro-Regular.otf);
}

body {
background-color: #5fbcd3;
background-image:url('logo.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

div.texto {
text-align: center;
position: absolute;
bottom: 10;
font-family: myriad;
font-size: 20px;
color: #ffffff;
}

div.player {
text-align: center;
position: absolute;
top: 25;
}

img.viernes {
position: absolute;
right: 0;
}

a {
font-family: myriad;
font-size: 20px;
color: #ffffff;
text-decoration: underline;
}

}
a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
a:active {
    color: #ffffff;
}
a:hover {
    color: #FFffff;
}


