/*Web font for style*/
@font-face {
	font-family: 'Didact Gothic', sans-serif;
	src: url("https://fonts.googleapis.com/css?family=Didact+Gothic");
}

/*Primary document selectors and rules */
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
	background-color: #FFF;
	color: #000;
	font-family: "Didact Gothic", Arial, sans-serif;
}

/* Class and ID rules */

#fullBackgroundImage {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#bodyOverlay {
  position: relative;
	top: 0;
	left: 0;
  width: 800px;
  min-height: 200px;
	padding: 10px;
  margin: 0px auto;
  color: #FFF;
}

#footer {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5px;
	color: #5F5F5F;
	font-size: x-small;
}

/*Class rules */
.largeFont {
	font-size: 200%;
	font-weight: bold;
}

.smallFont {
	font-size: 75%;
	font-weight: normal;
}
