body {
    color: rgb(255 255 255);
    background-image: url(../media/bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-color: black;
    background-attachment: scroll;
}

.content {
width: 539px;
  height: 499px;
  position: inherit;
  left: -226px;
  top: 39px;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.788);
}

.header{
	position: relative;
	left: -196px;
	top: 42px;
	text-align: center;
}
}