#video {

position: absolute;

bottom: 0px;

right: 0px;

min-width: 100%;

min-height: 100%;

width: auto;

height: auto;

z-index: -1000;

overflow: hidden;

}

#video_pattern {

background:#fff;

position: fixed;

opacity: 0.8;

left: 0px;

top: 0px;

width: 100%;

height: 100%;

z-index: 1;

}
table{
    width: 300px;
	height:50px;
    margin-left: auto;
    margin-right: auto;
	background:white;
	 border-radius:10px;
                    -moz-border-radius:10px;
                    -webkit-border-radius: 5px;
}
td{
	font-family:arial;
	text-align:center;
}
marquee{
	color:white;
	background:blue;
}
 footer {
  position: relative;
  margin-top: -3px; /* ponga en negativo el alto de su pie de página para nuestro    ejemplo usamos 63, usted debe remplazarlo según su diseño   */
  height: 3px;
  clear:both;
  width:100%;
 }