/* CSS Document */
body{
background-image:url(../img/fondo.jpg);
}
#central{
background-image:url(../img/central.png);
background-repeat:no-repeat;
position:relative;
width:818px;
height:545px;
}
#video{
	position:absolute;
	left: 148px;
	top: 87px;
}

