html {
  background: url(/nc.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: white;
  background-size: 33%;
}

h1 {
	font-family:arial;
	color:white;
	text-align:center;
}

a  {
	font-family:arial;
	color:white;
	text-align:center;
	font-size: 35px;
}

.OutlineText {
	font-family: Arial, Tahoma;
	font-size: 72px;
	text-align: center;
    color: white;
    text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black,
    -2px 0 0 black,
    2px 0 0 black,
    0 2px 0 black,
    0 -2px 0 black;
}

.footer {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 10%;
    		background-color:black;
		color:white;
    		display: table-cell;
    		text-align: center;
    		width: 100%;
    		vertical-align: middle;
}
