html, body {
 background-color : #000080;
 background-image : url("binary.png");
 background-repeat : repeat-y;
 color : white;
}

h1, h2, h3, .center {
 text-align : center;
}
img {
 border: 0px;
}