@charset "UTF-8";
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	background: url(images/pwwhome_bg.jpg) no-repeat top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:visible;
}

.clrflt {
	float:none;
}

#container {
	min-width:100%;
	max-width: 100%;
	background-transparency:100%;
	margin: 0 auto;
}

.content {
	padding: 10px 0;
}

#title {
	float: left;
	margin: 0;
	font-family: 'Abel', sans-serif;
	font-size: 100px;
	color: #000;
	margin-top: .05em;
	margin-left: .10em;
	margin-right: .10em;
	margin-bottom: -.10em;
}

#subt {
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	color: #000;
	margin-top: 6px;
}

#nav {
	margin-left: -.6em;
}

.navtext {
	font-family: 'Abel', sans-serif;
	font-weight:400;
	font-size: 32px;
	color: #000;
	}

.navtext a {
	color:#000;
	font-weight:100;
	padding:0 10px 0 24px;
	text-decoration:none;
}

.navtext a:hover {
	color:#FFF;
}

.navtext_active {
	font-weight: 100;
	color:#000;
	padding:0px 18px;
	text-decoration:none;
}

#reel {
	margin: 8% 3% auto;
}
.img-adj {
	
}

#footer {
	font-family: 'Abel', sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	right: 15px;
	bottom: 15px;
	position: fixed;
	
}

#footer a {
	font-family: 'Abel', sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
#footer a:hover {
	color:#000;
}

.clrflt {
	clear:both;
}

h1 {
	font-family: 'Abel', sans-serif;
	font-size: 100px;
	color: #000;
	margin-top: -.10em;
	margin-bottom: -.10em;
}

a {
	color:#000;
	text-decoration:none;
	}

a:hover {
	color:#FFF;
}

a_active {
	color:#FFF;
}
	
