/**
 * wtfpgh.com CSS
 * author: matt cipperly/josh moyers
 * version: 2.0
 */

* {
	padding:0;
	margin:0;
}

html, body {
	height:100%;
}

body {
	background-image:url('imgbkg2.jpg');
	background-position:center;
	background-attachment:fixed;
}

div.sky {
	margin-left:5%;
	text-align:left;
	background-image:url('wtfpghbkg.png');
	width:30%;
	min-height:100%;
	border-left:1px solid white;
	border-right:1px solid white;
}

div.hdrtxt {
	font-family:sans-serif;
	font-weight:900;
	color:white;
	padding:10px;
	vertical-align:bottom;
	border-bottom:1px solid white;
	}

	div.hdrtxt h2 {
		font-style:italic;
		font-size:80%;
	}

	div.hdrtxt h1 {
		font-size:300%;
}

div.ftrtxt {
	position:fixed;
	bottom:0;
	width:30%;
	border-top:1px solid white;
	}

	div.ftrtxt h2 {
		text-align:right;
		color:white;
		font-size:80%;
		font-family:sans-serif;
		padding:10px;
}
