header, main, nav, img, footer, section, article, figure, figcaption, aside
	{ display: block;
	margin: 0 auto;
	font-family: Century Gothic;
	text-align:center; 
}
nav { 
	font-size: 20px;
	text-align: center;
	word-spacing: 140px;
	letter-spacing:5px;
	background-color: none;
	padding-top: 20px;
	padding-bottom: 10px;
}
#img {
	padding: 25px;
	max-width: 100%;
	position: absolute;
   top: 40%;
   left: 50%;
   width: 700px;
   height: 437px;
   margin-top: -210px; /* Half the height */
   margin-left: -350px; /* Half the width */
   color: #FFF;
   letter-spacing: 102px;
   font-family: "Century Gothic";
   font-size:18px;
}
a {
	text-decoration: none;
	border:#FFFFFF solid 2px;
	padding:10px;
}
a:visited { color: #FFF; }
a:hover { color: #FF0; 
			padding: 5px;
			}
body { background: url(images/gear.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;; 
  margin: 0px;
}

h1 {
	letter-spacing:50px;
	font-size:104pt;
	font-weight: normal;
	text-decoration:none;
	text-align:center;
	color:#FFF;
}

h3 { text-align:center; }

input { 
	box-sizing: border-box;
}

form {
	font-family:"Century Gothic";
	width:40%;
	padding: 10px 10px 50px 10px;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
	border: #FFF solid 5px;
	color:#FFF;
}

label { 
		float:left;
		width:100px;
		clear:left;
		text-align:right;
		padding-right: 10px;
}

.form-input {
	margin-left:30px;
	padding:10px;
}

.form-btn {
	margin-left:150px;
	margin-right:100px;
	border:#FFFFFF solid 5px;
	padding:5px;
}

footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
   padding: 10px;
   color: #FFF;
}
