.backgroundimage {
background-attachment: fixed;
background-image: url(../img/1.jpg);
background-repeat: no-repeat;
background-position:top;
height:800px;
width:550px;
position:relative;
background-position:center top;
top:0px;
visibility: visible;
left: 0px;
} 


