Creo un box stile Matrix con una immagine gif di sfondo.
Il div
<div class="inprogress">
<h4>demo in progress</h4>
</div>
il css
.inprogress {
background-image: url("/images/matrix.gif");
width: 100%;
height:120px;
text-align: center;
color:#049204;
font-family: "Courier New";
line-height: 120px;
font-size: 1.6em;
}