

body {margin: 0;}


#wrapper {
	margin: 0 auto;
	max-width: 84em;
	}
.content {
	margin: 0;
	border: solid 1px #000;
	width: 99.5%;
	height: 900px;
	background-image:url(../img/bg1.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position: 0 -6px;
	
	}
.content p {text-indent: -1000em; margin-top: -10px;}