body{
background-color:#000;
}

div#container{
	background: url(../images/landing.jpg) top no-repeat;
	height: 794px;
	width: 1000px;
}
h2,div#blurb{
/*	position: absolute;*/
	background-color: #000000;
}
h2{
	top: 243px;
	left: 175px;
	color: #fff;
	font-size: 48.32px;
}
/*div#blurb{
	top: 10px;
	left: 600px;
	width: 370px;
}*/
	div#blurb h3{
		color: #fff;
/*		font-size: 25.64px; */
		font-size: 20.64px;
	}
	div#blurb p{
		color: #fff;
		font-size: 1.136em;
	}
	div#blurb a{
		color: #fff;
	}
