body {
    margin: 0;
    padding: 0;
}

.content {
    margin: 0 0;
    width: 100%;
    padding: 0px 0px;
}

.header {
    position: absolute;
    width: 100%;
    height: 38%;
    background: url("header.png") repeat;
}

.grid {
    position: absolute;
    top: 38%;
    width: 100%;
    height: 42%;
    position: absolute;
    background: transparent url("bg.gif") repeat;
    background-size: 3px 3px
}

.data {
   position: absolute;
   top: 38%;
   left: 50%;
   width: 200px;
   height: 200px;
   margin-top: -100px;
   margin-left: -100px;
}

.footer {
    position: absolute;
    top: 80%;
    width: 100%;
    height: 20%;
    background: url("footer.png") repeat;
}

p {
    margin: 0 0 0 0;
}
