html {
  height: 100%;
}

body {
	font: 13px/19px sans-serif;
	background: url('../images/background.jpg');
	color: white;
  min-height: 97%;
}

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

	width: 100%;
	border: none;
}

#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}

#subcontainer {

	top: 0; left: 0; width: 100%; height: 100%;
	display: table-cell; vertical-align: middle;
	text-align: center}

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


