*, html {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	background: #fff url(bg.png) left top repeat;
	color: #000;
	font-family: 'helvetica-neue', helvetica, arial, sans-serif;
	font-size: 15px;
	}
#header {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #951f2b;
	padding: 0;
	}
#video {
	width: 600px;
	float: left;
	margin: 70px 0 0 30px;
	padding: 10px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 1px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#video p {
	margin: 10px auto 5px;
	font-size: 12px;
	line-height: 2em;
	color: #333;
	text-align: center;
	}
#textbox {
	margin: 70px 0 0 30px;
	padding-top: 0;
	float: left;
	text-align: left;
	border: 0px solid #ccc;
	}
p.title {
	font-family: Allura, 'helvetica-neue', helvetica, arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 46px;
	text-shadow: #ababab 2px 2px 2px;
	}
p.desc {
	font-size: 15px;
	margin-top: 10px;
	line-height: 25px;
	}
#header a:link, #header a:visited {
	text-decoration: none;
	margin-left: 30px;
	color: #000;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 10px;
	}
#header a:hover, #header a:active {
	text-decoration: none;
	margin-left: 30px;
	color: #fff;
	background-color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 10px;
	}
a:link, a:visited {
	text-decoration: none;
	color: #c60;
	}
a:hover, a:active {
	text-decoration: none;
	color: #777;
	}
