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/pix010.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;; 
  margin: 0px;
  }
footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
   padding: 10px;
   color: #FFF;
   word-spacing: 15px;
   letter-spacing:5px;
}
