#mySummer{ 
  margin-left:auto; 
  margin-right:auto; 
  margin-top:8px; 
  height:440px; 
  width:500px; 
  z-index:999; 
  /*Let's change this cute background to a nice and soft pink*/
  background-color:#e9aaf0; 
  opacity:.75; 
  padding:10px; 
  font-family:monospace; 
  font-size:72px; 
} 

#banner{ 
  /*Stretch mostly across the top to direct eye traffic, I like the vibe*/
  width:840px; 
  padding:1px; 
  margin-right:auto; 
  margin-left:auto; 
  margin-top:2px; 
  /*Let's change this cute background to a nice and soft pink*/
  background-color:#e9aaf0; 
  opacity:.75; 
  font-size:72px; 
  font-family:monospace; 
  color:#000; 
  z-index:999; 
  /*The lack of center alignment is killing me, this aligns the #banner text to center*/
  text-align: center; 
} 

#myPic{ 
  position:fixed; 
  top:0px; 
  left:0px; 
  height:100%; 
  width:100%; 
  z-index:-999; 
} 

#credits{ 
  position:fixed; 
  bottom:10px; 
  font-family: monospace; 
  font-size:12px; 
  color:#000; 
  z-index:999; 
  background-color:#fff; 
  opacity:.75; 
} 

a{ 
  font-family:monospace; 
  font-size:12px; 
  color:#000; 
}