body {
  letter-spacing:.1em;
  background-position: center center;
  

  background: center / 20% no-repeat url("fajicat.png"),
            #eee 80% url("ciel.jpg");
	
}
p {
  font-style:small-caps;
  font-family:arial, sans-serif;
  font-size: 200%;
  text-align:center
}
a:link, a:visited {
    color: white;
    padding: 14px 25px;
	text-align: center;
    text-decoration: none;
    display: inline-block;
}


a:hover, a:active {
    background-color: blue;
}
