body {
    background: url("/images/background-dark.gif") center fixed;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    color: blue;
    text-shadow: 5px 2px 4px midnightblue;
}

h1, h2, h3 {
    text-align: center;
}

hr {
    border: none;
    background-color: blue;
    height: 2px;
}

/* takes 100% of parent size to create full size block */
.centered-content-wrapper {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	display: table;
}

/* centers this block in the block wrapper and align middle and center */
.centered-content-block {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

/* simple block that has the default text properties of a div */
.centered-content {
	text-align: left;
	display: inline-block;
}
