body {
	color: #333333;
	font-family: "Proxima Nova Regular","Helvetica Neue","Calibri","Droid Sans","Helvetica","Arial",sans-serif;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}

#page-wrap {
	position: relative;
	width: 550px;
	margin: 50px auto;
	padding: 20px;
	background-color: rgba(255,255,255,.7);
	-moz-box-shadow: 0 0 20px #333333; 
	-webkit-box-shadow: 0 0 20px #333333;
	box-shadow: 0 0 20px #333333;
	text-align: center;
}
#panel {
	background-color: #cfe7f3;
	padding: 1px 20px 1px 20px;;
}
p {
	font-size: 1.25em;
	line-height: 1.40em;
	margin: 0 0 30px 0;
	text-indent: 40px;
}
a {
	color:#1d785d;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	text-decoration: none;
	border-bottom: none;
}
h1 {
	font-family: 'Skolar Bold',Palatino,"Cambria","Droid Serif","Georgia","Times New Roman","Times",serif; 
	letter-spacing: -0.5px;
}
h2 {
	font-size: 1.50em;
	font-family: 'Skolar Bold',Palatino,"Cambria","Droid Serif","Georgia","Times New Roman","Times",serif; 
	margin: 0 0 10px 0;
	letter-spacing: -0.5px;
}