#logo{
  width: 100%;
  height: 100%;
  background-image: url(mirch_logo.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-attachment: scroll;
  background-position: center;
  background-color: black;
  color: red;
}
  
  #title{
	  padding: 50px;
  }