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

#site {
position : absolute;
left : 50%;
margin-left : -170px;
}

#video-container {
position : relative;
margin-left : auto;
margin-right : auto;
margin-top : auto;
}

#webcam {
position: absolute;
top: 20px;
left: 10px;
z-index: -1;
}

#background-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

#footer {
position : absolute;
text-align : center;
background : #000;
margin-left : 80px;
width : 180px;
height : 20px;
}

h1 {
font : normal 12px Georgia, Sans-serif;
padding : 0 0 0 0;
}

