
body { background-image: url(../image/bg1.jpg); }
.body { width: 100%; }
.body ul {
  position: absolute;
  bottom: 250px;
  width: 100%;
}
.body ul * { color: white; }
.body ul h1 {
  font-size: 30px;
  margin-bottom: 10px;
  text-shadow: 0 2px 0 #000000, 2px 0 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
  width: 600px;
  margin: 0 auto;
  text-align: left;
}
.body ul h2 {
  font-size: 14px;
  text-shadow: 0 1px 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 0 -1px 0 #000000;
  width: 600px;
  margin: 0 auto;
  text-align: left;
}
.body ul a {
  display: block;
  padding: 20px 0;
  transition: all 0.5s;
}
.body ul a:hover { background: rgba(0,0,0,0.7); }
