.header {
	text-align: center;
}

.main {
	#width: 647px;
	float: left;
}

.left {
	float: left;
}

.story {
	margin:auto;
	width: 50%;
}

.title {
	font-weight: bold;
	font-size: 18pt;
}

.story-text {
	font-size: 14pt;
}

body, html {
  height: 100%;
}

.bg { 
  /* The image used */
  background-image: url("BSF2b.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}