html, body {
        margin:0;
        background: #223183 url(images/capture-video.png) repeat-x;
        height: 100%;
        font-family: Arial, Verdana, Helvetica, Lucida, Tahoma, Geneva, sans-serif;
             
}



#video {         /* image qui sera fixée en bas du cadre */
       background: url(images/video.png) bottom left no-repeat;
       width:568px;
	   height:448px;
	   margin-top:50px;
	   left: 50%;
      float:top;
	  position:absolute;
    /* moitié de la hauteur */
     margin-left: -284px; /* moitié de la largeur */
     border: 0px solid #000;
	

}
