BODY {
	font: 13px/19px sans-serif;
	/* background-image: url(../images/background.jpg); */
	background-repeat: no-repeat;
	background-color: black;
}

#page {
	margin-left: auto;
	margin-right: auto;

	width: 100%;
	border: none;
}

.bottom {
	font: 1.5em sans-serif;
  color: black;
  letter-spacing: 0.1em;
  position: absolute;
  bottom:0;
  right:0;
  text-align:right;
	padding: 1em 1em 1em 1em;
}

#container {
  /* Vertical centering: make div as large as viewport and use table layout */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
	background-color: black; /* Explicitly set background color */
}

#subcontainer {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: black; /* Explicitly set background color */
}

#logo {
  display: text;
  margin: 1em auto;
  text-align: center
}


