#head{
  background-color:#5771d8;
  position:absolute;
  left:600px;
  top:50%;
  height:auto;
  width:auto;
  padding:5px;
}


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:absolute;
  left:60px;
  width:70%;
  height:70%;}   
#verybad{
  background-color:#5771d8;
  position:absolute;
  left:600px;
  top:23%;
  height:auto;
  width:auto;
  padding:5px;
}#bad{
  background-color:#5771d8;
  position:absolute;
  left:600px;
  top:70%;
  height:auto;
  width:auto;
  padding:5px;
}