@font-face {
    font-family: 'Days';
    src: url('Days.eot');
    src: url('Days.eot?#iefix') format('embedded-opentype'),
        url('Days.woff2') format('woff2'),
        url('Days.woff') format('woff'),
        url('Days.ttf') format('truetype'),
        url('Days.svg#Days') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	margin: 0;
	background-color:#FFF;
}
#header{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
#cover{
	width:700px;
    height:466px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-350px; /* (700/2) */
    margin-top:-233px;  /* (466/2) */
	background-image:url(img/radio.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index: -1;
}