body {
  background-color: #808080;
  color: #000000;
  margin: 0;
  padding: 0;
}

div#body {
  position: absolute;
  left: 10%;
  top: 0%;
  background-color: #FFFFFF;
  width: 80%;
  height: 85%;
  margin: 0;
  padding: 0;
}

div#content {
  position: absolute;
  top: 70px;
  left: 10%;
  width: 80%;
  text-align: center;
}

img#leftcorner {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 36px;
  height: 48px;
  z-index: 2
}

img#leftborder {
  position: absolute;
  left: -2px;
  top: 0%;
  height: 100%;
  width: 3px;
  z-index: 1
}

img#rightcorner {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 37px;
  height: 50px;
  z-index: 2
}

img#rightborder {
  position: absolute;
  right: -2px;
  top: 0%;
  height: 100%;
  width: 3px;
  z-index: 1
}

img#bottomborder {
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 3px;
  width: 100%;
  z-index: 1
}

div#header {
  position: absolute;
  top: 10px;
  width: 100%;
  word-spacing: 30px;
  text-align: center
}

div#footer {
  position: absolute;
  bottom: -80px;
  width: 100%;
  font-size: 50pt;
  font-weight: bold;
  text-align: center
}

div#lefter {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 10%;
  font-size: 20pt;
  font-weight: bold;
  text-align: center
}

div#righter {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 10%;
  font-size: 20pt;
  font-weight: bold;
  text-align: center
}

a {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

a:visited {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}