body{
background-image:url('img/homepage.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
background-color:white;
}
img{
width:960px;
height:720px;
border:0;
position:absolute;left:50%;top:50%;
margin-left:-480px;margin-top:-360px;
}