header, main, nav, img, footer, section, article, figure, figcaption, aside
	{ display: block;
	margin: 0 auto;
	font-family: Century Gothic;
	text-align:center; 
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family:"Century Gothic";
    src: url(fonts/GOTHIC.ttf);
}
body {
	font-family:Century Gothic;
	margin: 0px;
	padding: 0px;
	background: url(images/blur4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;; 
  margin: 0px;
  }
}
header { background-color: #FFFFFF;
        color: #000000; 
		padding-top: 10px;
}
h1 {
	letter-spacing:50px;
	font-size:104pt;
	font-weight: normal;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
}
nav { 
	font-size: 20px;
	text-align: center;
	word-spacing: 140px;
	letter-spacing:5px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: linear-gradient(to right, rgba(255,0,0,0), rgba(0,0,0,0.2));
}
p { 
}

a {
	text-decoration: none;
	border:#FFFFFF solid 2px;
	padding:10px;
}
a:visited { color: #FFF; }
a:hover { color: #FF0; 
			padding: 5px;
			}

#wrapper {
	margin-left:auto;
	margin-right:150px;
	width:30%;
	background-color:#FFFFFF;
	padding: 10px 15px 325px 15px;
	opacity: 0.6;
}

#opaque {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

footer {
     position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
   padding: 10px;
   color: #FFF;
   word-spacing: 15px;
   letter-spacing:5px;
}