/* CSS  */

body {
margin: 0;
padding: 0;
background-color: #fcfcfc;
}

#logo{
    display: block;
    width: 245px; /* or whatever */
    height: 94px; /* or whatever height your splash have */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-123px; /* half of your splash width */
    margin-top:-47px;  /* half of your splash height */
} 

#footer{
    display: block;
    width: 330px; /* or whatever */
    height: 52px; /* or whatever height your splash have */
    position: absolute;
    top: 92%;
    left: 50%;
    margin-left:-165px; /* half of your splash width */
    margin-top:-26px;  /* half of your splash height */
} 

img {
border: none;
}

a { 
border: none;
}
