html, body {
	margin: 0;
	padding: 0;	
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
body {
	background: #fff url(texture.png) repeat 0 0;
	text-align:center;
	font:110%/150% sans-serif;
}
header {
	position:relative;
	margin:30% auto 0;
	width:70%;
	text-align:left;
}
h1 {
	font-family:georgia, serif;
	font-weight:normal;
	font-style:italic;
	font-size:3em;
	line-height:.8em;
	color:rgba(121,125,128,1);
	text-shadow: 0px -1px 0px rgba(255,255,255,1)
}
strong {
	font-family:helvetica, serif;
	font-style:normal;
	font-weight:bold;
	font-size:3em;
	line-height:.6em;
	color:rgba(92,100,105,1);
	text-shadow: 3px 3px 0px rgba(255,255,255,1), 8px 6px 0px rgba(200,200,200,.7);
}
strong:before, strong:after {
	content: '\a';
	white-space: pre;	
}
span {;
	padding-left:2.2em;
	letter-spacing: 1.1em;
	font-size:.5em;
	font-style:normal;
	font-weight:bold;	
	text-transform:uppercase;
	white-space:nowrap;
}