/* styles */
	.left-side {
		float: left;
		margin-left: 2%;
		width: 250px;
	}
	.right-side {
		float: right;
		margin-right: 2%;
		width: 575px;
	}
	
	h2 {
		margin: 0px;
		margin-bottom: 20px;
		padding: 0px;
	}
	p {
		color: #ccc;
		font-size: 0.9em;
		margin: 0px;
		margin-bottom: 25px;
		padding: 0px;
		line-height: 1.75;
	}
	
	
	.demo-reel {
		padding-top: 161.5px;
		height: 161.5px;
		width: 575px;
		background-color: #333;
		border: 1px solid #000;
		text-align: center;
		margin-bottom: 20px;
	}