@charset "utf-8";
/* CSS Document */

html,body{
	width:100%;
	height:100%;
}

body{
	background:url(../img/stlouis.jpg) center top no-repeat;
	background-size:cover;
	font-family: "Open Sans",Arial,Helvetica,san-serif;
}

#page{
	width:100%;
	height:90%;	
	padding-top:10%;
	background:url(../img/page-bg.png);
}

h1{
	background:url(../img/madeinstl.png) left top no-repeat;
	margin: 0 auto 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:240px;
	height:240px;
}

h2,p{
	margin: 0 auto 0;	
	text-shadow: 0px 0px 20px #000000;	color:#fff;	font-weight:300;text-align:center;
}

h2{
	font-size:48px;	
}

p{
	font-size:32px;
}
