body {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 90%;
  background-color: #000;
  color: #C5C5C5;
  text-align: center;
}
ul li {
  text-align: justify;
  padding: 5px;
}

img {
  height: 100%;
  width: auto;
}

#window {
  width: 800px;
  height: 600px;
  margin: auto;
  padding: auto;
  border: 1px dashed #C5C5C5;
}
#imagebox {
  width: 90%;
  height: 60%;
  margin:auto;
  margin-top: 10px;
  border: 1px dashed #C5C5C5;
}

#textbox{
  width: 90%;
  height: 25%;
  margin:auto;
  margin-top: 10px;
  border: 1px dashed #C5C5C5;
  text-align: justify;
}

#textbox p{
  padding: 0px 10px 0px 10px;
}

#buttonbox{
  width: 90%;
  height: 8%;
  margin:auto;
  margin-top: 10px;
  border: 1px dashed #C5C5C5;  
}
