html {
    min-height: 100%;
}

body {
    background: url('../images/saal_opacity.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:scroll;
}

.song {
    cursor: pointer;
    text-align: center;
    margin-top: 10%;
}

.ui-page {
    background: transparent;
}
.ui-content{
    background: transparent;
}

/*
audio{ margin:0;min-width:0}

@media only screen and (min-device-width:768px) {
	audio{max-width:75%;}
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	audio{max-width:10em;}
}*/