/* RESET AREA */
body, div, ul, li, h1, h2, h3, h4, h5, p { margin: 0; padding: 0; }
h5 { padding: 20px 0; }
body { }
.bg {
	background-image: url('pver.jpg'); 
	 background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.wrap {
	position: relative;
	max-width:1000px;
	padding:40px 40px 0;
	margin:0 auto; 
}
.wrap h1, .wrap h2 { font-family: 'Roboto',Helvetica,Arial,sans-serif; font-size: 4.4em; text-align: left; color:#eee; padding:0 20px; display: inline; }
.wrap h2 { font-family: 'Roboto',Helvetica,Arial,sans-serif; font-size: 3.4em; }
.wrap h2.claim { 
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #000,
	    -1px 1px 0 #000,
	    1px -1px 0 #000,
	    -1px -1px 0 #000,
	    0px 1px 0 #000,
	    0px -1px 0 #000,
	    -1px 0px 0 #000,
	    1px 0px 0 #000,
	    1px 1px 0 #000,
	    -1px 1px 0 #000,
	    1px -1px 0 #000,
	    -1px -1px 0 #000,
	    0px 1px 0 #000,
	    0px -1px 0 #000,
	    -1px 0px 0 #000,
	    1px 0px 0 #000,
	    1px 1px 0 #000,
	    -1px 1px 0 #000,
	    1px -1px 0 #000,
	    -1px -1px 0 #000,
	    1px 1px 0 #000,
	    -1px 1px 0 #000,
	    1px -1px 0 #000,
	    -1px -1px 0 #000; 
	}
	.wbox { background-color: rgba(255,255,255,0.80); margin:40px 0; padding:40px;  }
	.wbox p { 
		padding:20px; 
		color:#222222;
		text-align: justify; 
		line-height: 1.6em;
		min-height:50px;
	}
	.wrap .wbox.text { 				
		font-family: 'Roboto',Helvetica,Arial,sans-serif; 
		font-size: 1.2em; 
	  }
	.wrap .text h1 { color: rgb(0,153,153); display: block; border-bottom:2px solid #535353; padding:0 0 6px 0; font-size: 2.4em !important; }
	.wrap .text h2 { color: rgb(0,153,153); display: block; font-size: 2em; padding: 20px; text-align: center; }
	.wrap .text ul { padding: 20px; list-style-type: none; list-style-position: inside; background-color: white; }
	.wrap .text ul li { margin-left: 0px; }
	.nogb { color:#222222; }
	.wbox a, .wbox a:link, .wbox a:visited, .wbox a:hover, .wbox a:active { border-bottom:2px solid grey; text-decoration: none; color:#535353;}
	.wbox a:hover { border-color: black; }
	a, a:link, a:visited, a:active { border-bottom:2px solid grey; text-decoration: none; color:white; font-family: 'Roboto',Helvetica,Arial,sans-serif;  }
	a:hover { border-color: black; }
	p.footer { color: #aaa; font-family: 'Roboto',Helvetica,Arial,sans-serif; padding: 40px 0; font-size:.8em; }