*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



body {
 background: #FFFFFF;
 position: relative;
}

a {
  text-decoration: none;
}

a:hover {
  color: gray;
}

.container {
  width: 900px;
  background: #fff;
}


.top {
  width: 100%;
  background: #face00;
  background: url('/images/neopets/NEOPETSSTARSBG.png');
  background-size: 30%;
  padding: 5px;
  font-family: 'Cafeteria';
  font-size: 50pt;
  border-bottom-right-radius: 20pt;
  padding-left: 30pt;
  border-right: 2pt solid black;
  border-bottom: 2pt solid black;
  text-shadow: 2px 2px 1px #fff;
}


.contentarea {
  display: flex;
}

.left {
  width: 20%;
  background: #face00;
  background: url('/images/neopets/NEOPETSSTARSBG.png');
  background-size: 80%;
  padding: 5px;
  border-bottom-right-radius: 20pt;
  margin-top: -2pt;
  border-right: 2pt solid black;
  border-bottom: 2pt solid black;
  height: 500px;
}

.left img {
  margin-left: 30px;
  border: 1pt solid black;
}

.right {
  width: 80%;
  background: white;
  padding: 5px;
  font-family: 'Cafeteria';
  font-size: 15pt;
  text-align: justify;
}

.footer {
  width: 100%;
  background: white;
  padding: 5px;
  text-align: center;
  font-family: 'Cafeteria';
  font-size: 10pt;
}


.navlink {
  display: inline-block;
  font-family: 'Cafeteria';
  width: 185px;
  text-align: center;
  margin: auto;
  margin-bottom: 7pt;
  font-size: 30pt;
  background: none;
  text-decoration: none;
  color: black;
  text-shadow: 2px 2px 1px #fff;
}

.navlink:hover {
  color: white;
  text-shadow: 2px 2px 1px #face00;
}


.cornerimg {
  position: absolute; /* scrolls with page */
  bottom: 0;
  right: -10px;  
  width: 300px;
  height: auto;
}

.floatright {
  float: right;
  padding: 2pt;
  margin-left: 2pt;
  text-align: center;
  font-size: 8pt;
  font-family: tahoma;
  color: black;
}

.floatleft {
  float: left;
  padding: 2pt;
  margin-right: 2pt;
  text-align: center;
  font-size: 8pt;
  font-family: tahoma;
  color: black;
}

h2 {
  background: #face00;
  background: url('/images/neopets/NEOPETSSTARSBG.png');
  background-size: 20%;
  padding: 2pt;
  border-top-right-radius: 20pt;
  border-bottom-right-radius: 20pt;
  border: 1pt solid black;
  text-align: left;
  text-shadow: 1pt 1pt 1pt white;
  text-transform: uppercase;
}

  