body
  {
  text-align: center;
  }

  .bg {
  	  margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      background-image:  url(../assets/images/html_error_bg.gif);
      background-repeat: no-repeat;
      height: 289px;
      width: 431px;
  }

  .msg {
       font-family: Arial;
       font-size: 17;
       font-weight: bold;
       color: #F47A00;
  }

  .contents {
      margin-left: auto;
      margin-right: auto;
      position:relative;
      top:80px;
      width:410px;
  }