*, html {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	background: #fff url(bg.png) top left repeat;
	color: #333;
	font-family: 'helvetica-neue', helvetica, arial, sans-serif;
	font-size: 15px;
	}
#header {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #763a55;
	padding: 0;
	}
#video {
	width: 600px;
	height: 337px;
	float: left;
	margin: 70px 0 0 30px;
	padding: 5px;
	background-color: #bcbcbc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#textbox {
	margin: 70px 0 0 20px;
	width: 300px;
	padding-top: 0;
	float: left;
	text-align: left;
	border: 0px solid #ccc;
	}
p.title {
	font-size: 28px;
	line-height: 46px;
	color: #333;
	}
p.desc {
	font-size: 17px;
	margin-top: 10px;
	line-height: 25px;
	color: #000;
	}
#header a:link, #header a:visited {
	text-decoration: none;
	margin-left: 30px;
	color: #353535;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 10px;
	border: 1px solid #fff;
	}
#header a:hover, #header a:active {
	text-decoration: none;
	margin-left: 30px;
	color: #fff;
	background-color: #763a55;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 10px;
	border: 1px solid #fff;
	}
