
 


body{
	font-family:sans-serif;  
}
#background{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:-1;
}
h1 {color:blue;}
#footer{
  background-color:#5771d8;
  position:fixed;
  left:0px;
  top:79%;
  height:auto;
  width:auto;
  padding:5px;
}
#myImage{
  position:fixed;
  left:px;
  top:0px;
  width:100%;
  height:100%;
}