body {
  background: url(../images/lv2/lv2bg.png) repeat center center;
}
.messagBox {
  width: 60%;
  margin: auto;
  margin-top: 40px;
  max-width: 400px;
  text-align: center;
}
.messagBox .imgbox {
  display: block;
  margin-bottom: 30px;
  border-bottom: 1px solid #7e7e7e;
}
.messagBox .imgbox img {
  display: block;
  margin: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.messagBox .green-text {
  font-size: 30px;
  color: #6fc231;
  margin-bottom: 20px;
}
.messagBox .grey-text {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 20px;
}
.messagBox .msg {
  color: #7e7e7e;
  font-size: 18px;
  margin-bottom: 40px;
}
.messagBox .backlink {
  text-decoration: none;
  color: #7e7e7e;
  font-size: 14px;
}
