body {
color: #000000;
font-family: 'Arial', sans-serif;
margin: 50px;
background-color: #6220B0;
padding: 10px;
background-image: url(gifs/earthbound2.gif);
}
div {
  background-color: #A152FF;
  width: 900px;
  height: 600px;
  border: solid 5px #000000;
  padding: 10px;
  margin: 10px
  }
  div.left {
  float: left;
  padding: 10px;
  width: 20%;
}
div.right {
  float: right;
  padding: 10px;
  width: 30%;
}
p {
   font-size: 90%;
	}
	p.inset {
border-style: inset;
text-align: center;
background-color: lightgrey;
}
h1.inset {
border-style: inset;
background-color: lightgrey;
text-align: center;
width: 80px;
height: 30px;
margin: auto;
}
h2.inset {
border-style: inset;
background-color: lightgrey;
text-align: center;
width: 80px;
height: 30px;
margin: auto;
}
h1.right { text-align: right
}
p.right { text-align: right;
font-size: 13
}
img.right {
  display: block;
  margin-left: auto;
  margin-right: 10;
}
img.left {
  display: block;
  margin-left: 10;
  margin-right: auto;
}