/* CSS Document */

/* Primary Elements */

body {

  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#centercontent {
 position:absolute;
 text-align: center;
 word-spacing: 10px;
 line-height:60px;
 top:24%;
 left: 0;
 width: 100%;
}

#footer {
	position: absolute;
	font-family:American Typewriter, serif;
	color: #252525;
	font-size: 12px;
	text-align: center;
	bottom: 15px;
	left:0;
	width: 100%;
	opacity: 1;
}

#bottomfadedlogo {
	position:fixed;
    left:-1px;
	bottom:-1px;
}

/* Link Colouring */

A:link { COLOR: lightgrey; TEXT-DECORATION: none; font-weight: normal }
A:active { COLOR: lightgrey; TEXT-DECORATION: none }
A:visited { COLOR: lightgrey; TEXT-DECORATION: none }
A:hover { COLOR: #ff9600; TEXT-DECORATION: none; font-weight: none }

/* Link Hovering Images */

.brightness {
    display: inline-block;
}
.brightness:hover {
    opacity: .5;
}