html {
    height: 100%;
    overflow: hidden;  
}
body {
    background-color: black;
    height: 100%;
}
div#outer {
    display: table;
    height: 100%;
    width: 100%;
}
div#container {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#paragraph {
	text-align: center;
	color: #e51010;
	font-size: 24pt;
	font-weight: bold;
	font-family: 'Courier New', Courier, monospace;
}