.jp-play,
.jp-pause {
	background-image: url (1.png);
    width:250px; /*Ширина блока*/
    height:250px; /*Высота блока*/
    margin:0 auto;
    overflow:visible;
    position:absolute;
    left:50%;
	border-radius: 50%;
    top:50%;
    margin-left:-125px; /*Смещаем блок на половину всей ширины влево*/
    margin-top:-125px; /*Смещаем блок на половину высоты вверх*/
}


li {list-style:none;}

.radiocontainer { 
display: inline-block; 
    margin:0 auto;
} 
.radio-block {  
display: block; 
width: 250px; 
height: 250px; 
} 

body {
    width:100%;
    margin: 0 auto;
	bottom: 0;
    padding: 0;
    color:#666666;
    font-family: "Roboto Condensed",Arial,sans-serif;
    font-weight: 300;
    background: #222222;}


#container {
    width:250px; /*Ширина блока*/
    height:250px; /*Высота блока*/
    margin:0 auto;
    overflow:visible;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-125px; /*Смещаем блок на половину всей ширины влево*/
    margin-top:-125px; /*Смещаем блок на половину высоты вверх*/
}


/* Стиль ссылок */
a {
    color: #000;
    text-decoration: none;
    outline: none;}

a:hover {
    text-decoration: none;}

.footer {
    text-align: left;
    bottom: 15px;
    font-size: 14px;
    position: fixed;
    right: 0;
    padding: 10px 0px 10px 10px;
    width: 200px;
    color: #666;
    background: rgba(0, 0, 0, 0.3);
}

.logo {
    text-align: center;
    position: fixed;
    top: 50px;
    left:0;
    right: 0;
    font-size: 36px;
    width: 100%;
    color: #fff;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 1px 1px #888;
}

.logo_mini {
    text-align: center;
    position: fixed;
    top: 100px;
    left:0;
    right: 0;
    font-size: 18px;
    width: 100%;
    color: #fff;
    font-family: "Jura", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: 1px 1px #888;
}