body {
color : white;
margin : 100px 0;
padding : 0;
font : normal 10px Verdana, Sans-serif;
}

body.bg-hda {
background-color : #000;
background-image : url('../images/bg_hda.png');
background-repeat : repeat;
}

body.bg-default {
background-color : #000;
}

#site {
position : relative;
width : 340px;
margin : 0 auto;
text-align : center;
}

#frame-container {
position : relative;
width : 340px;
height : 280px;
overflow : hidden;
margin-left : auto;
margin-right : auto;
}

#framed-media {
position: absolute;
top: 40px;
left: 40px;
width: 260px;
height: 200px;
object-fit: cover;
z-index: 1;
}

#bilderrahmen {
position: relative;
z-index: 2;
display: block;
width: 100%;
height: 100%;
}

#footer {
text-align : center;
margin-top : 10px;
}
