body {
background-image: url("images/bgImg4.jpg");
background-repeat: repeat-x;
background-position: top;
background-color: #000000;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.header {
height: 40px;
width: 800px;
margin: auto;
}

.Container {
width: 800px;
height: 560px;
margin: auto;
}

.vid {
width: 800px;
height: 500px;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;

margin: auto;
}