*{
	margin: 0px;
	padding: 0px;
}

body{
	background: black;
}

div#video{
	margin-top: -230px;
}

div#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

p{
	font-family: "adobe-caslon-pro", times, serif;
	font-size: 30px;
	color: #c6b8a5;
	margin-bottom: 30px;
	line-height: 40px;
}

a{
	color: #ba3833;
}

	.small{
		font-size: 24px;
		margin-bottom: 24px;
		line-height: 30px;
	}
	
div#left{
	width: 350px;
	float: left;
	margin-top: 30px;
}

div#right{
	width: 550px;
	float: right;
	margin-top: 30px;
}

.ss-q-short{
	width: 410px;
	background: white;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px #c6b8a5 solid;
	font-family: "adobe-caslon-pro", times, serif;
	font-size: 30px;
	color: #c6b8a5;
	padding: 20px 20px 10px 20px;
}

	#ss-submit{
		height: 50px;
		background: #ba3833;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: white;
		font-family: "adobe-caslon-pro", times, serif;
		font-size: 24px;
		width: 150px;
		border: 1px solid white;
		margin-top: 15px;
		float: right;
		padding: 10px 0px 0px 0px;
		font-weight: bold;
		cursor: pointer;
	}