/* Just some nice colors */
  body {background: #fff; color: #FF0; font-size: large;
    text-shadow: black 0.2em 0.2em 0.2em}

  /* Vertical centering: make div as large as viewport and use table layout */
  div.container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -225px;
	text-align: center;
	display:table;
	/*min-width: 807px;*/ }
	
  p {display: table-cell; vertical-align: middle}

  /* Horizontal centering of image: set left & right margins to 'auto' */
  .displayed {
  display: block; 
  margin: auto auto;
  }

  /* Also center the lines in the paragraph */
  p {text-align: center}
