﻿body {
      font-size: 1.2em;
      font-family: Arial, 'Lucide Grande', Geogia, Verdana;
      line-height: 1.5em;
      text-align: center;
      background-color: #000;
}

div#content {
      position: absolute;
      width: 400px;
      height: 552px;
      left: 50%;
      top: 50%;
      margin-left: -200px;
      margin-top: -276px;
      font-size: 24px;
      color: #E0E0E0;
}

span#late {
	margin-top: 2px;
	display: block;
}