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: 15px;
	text-align: center;
	word-spacing: 140px;
	letter-spacing:5px;
	background-color: #FFF;
	padding-top: 10px;
	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;
}
a:visited { color: #3333cc; }
a:hover { color: #ff00ff; 
			padding: 5px;
			}
body { background: url(images/pix028.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:18px;
	font-size:24pt;
	font-weight: normal;
	padding:0;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
}

h3 { text-align:center; }

p {
	padding-bottom:20px;
	font-family:"Century Gothic";	
}

#span {
	font-size:32px;
	font-weight:bolder;
}

#span2 {
	opacity:1.0;
}

#lust {
	width:30%;
	margin-left:auto;
	margin-right:500px;
	padding-top:20px;
	opacity:1.0;
}

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

#wrapper {
	margin-left:auto;
	margin-right:40px;
	width:28%;
	background-color:#FFFFFF;
	padding: 60px 15px 425px 15px;
	opacity:0.75;
}

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