body {
background-color : #FFF;
margin : 0;
}
p {
font-family : tahoma, verdana, arial, sans-serif;
font-size : 11px;
color : #000;
}
#header {
background-image : url(images/hit.png);
text-align : center;
position : absolute;
margin-top : -131px;
margin-left : -250px;
top : 50%;
left : 50%;
height : 262px;
width : 500px;
visibility : visible;
z-index : 1;
}
#footer {
text-align : center;
position : fixed;
margin-top : -50px;
top : 100%;
left : 0%;
height : 0px;
width : 100%;
visibility : visible;
z-index : 1;
}