@charset "utf-8";
html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}

body,
td {
  font-size: 10px;
  line-heigt: 14px;
}

a img {
  border: none;
}

#earea {
  width: 745px;
  height: 485px;
  left: 50%;
  margin: 30px auto;
  padding: 0px;
  background-image: url(https://asg.to/img/warning/bgimage.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#warning {
  width: 350px;
  height: 370px;
  padding: 40px 0px 0px 40px;
}

.enterarea {
  margin-top: 200px;
  text-align: center;
}

#warning textarea {
  width: 350px;
  font-size: 10px;
  line-height: 14px;
  background-color: #F0F0F0;
  height: 30px;
}

.tacenter {
  text-align: center;
}

#footer {
  padding-left: 40px;
  clear: both;
}

#footer img {
  margin-right: 70px;
}

.noticearea {
  clear: both;
  width: 740px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.noticeleft {
  float: left;
  width: 350px;
}

.noticeright {
  float: right;
  width: 350px;
}