html {
  background-color: black;
  text-align: center;
}

body {
  background-color: white;
  color: black;
  font-family: 'Times New Roman';
  width:800px;
  height:600px;
  border: 5px inset black;
  padding: 20px;
  position: relative;
  display: inline-block;
  text-align: left;
}

#right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  width: 400px;
  text-align: right;
}