.dsp-intro {

	width: 100%;
	overflow: hidden;
}

.page_text hr {

	color: #e7e7e7;
}

div.bgimage {
	display: none;
}

body {
  background: url("http://www.denissmith.com.au/wp-content/uploads/2014/02/seamlesstexture19_1200.jpg") repeat #ccc;
 
}
.dsp-video {
	width: 70%;
	float: left;
}

.dsp-about {

	width: 25%;
	float: left;
	margin-left: 2em;
	font-family: PT Sans Narrow,serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4;
}

.dsp-intro p {
	margin-bottom: 1em;
	text-align: left;

}

@media screen and (max-width: 850px) {

.dsp-video {
	width: 100%;
	float: none;
}

	.dsp-about {
	
		width: 90%;
		float: none;
		margin-left: 0;
		margin-top: 1em;
	}
}
