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;
}

nav a {
	border:#000 solid 2px;
}

a {
	text-decoration: none;
	padding:10px;
}
a:visited { color: #000; }
a:hover { color: #FF0; 
			padding: 5px;
			}
body { background-color:#FFF;
}

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

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