
   <style>
   body {
     background-image: url('http://media.tumblr.com/cd817affa98ae048efd2f205e89dba35/tumblr_inline_mqicx2DT8C1qz4rgp.gif');
     background-attachment: fixed;
     background-repeat: repeat;
     overflow: hidden;
     text-shadow: 1px 1px  0 purple;
    }
</style>

div.image-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff; 
    z-index: 999999;
    text-align: center;
}

.image-holder {
    position:fixed;
    left: 50%; 
    top: 50%;
    width: 1300px;
    height: 300px;
}

.image-holder img 
{
    width:100%;
    margin-left: -50%;
    margin-top: -50%;   
}

