* {
padding: 0;
margin: 0
}

html,body {
	height : 100%;
	
}

body {
	font-family : helvetica, verdana, times;
	color : #323232;
	font-size: 16px;
	line-height : 23px;
	background-color : white;
}

h1 {
	font-size : 26px;
	font-weight : bold;
	padding-bottom : 10px;
}

h2 {
	font-color : #4b4b4b;
	font-size : ;
}

p {
	padding-bottom: 20px;
}

a, a:visited, a:link {
	text-decoration : none;
	color : #323232;
}

a:hover {
	text-decoration : underline;
}

#main {
	width : 620px;
	margin: 0 auto -120px;
}

#header {
	margin-top : 20px;
	height : 73px;
	position : relative;
}

#header #calltoaction {
	position : absolute;
	left : 0px;
	top : 0px;
	width : 322px;
}

#header #logo {
	width : 298px;
	position : absolute;
	right : 0px;
	top : 0px;
}

#video {
	margin-top : 20px;
}

#video_elm {
	height: 620px;
	height : 350px;
	background-color : #333333;
}

#copy {
	margin-top : 20px;
	margin-bottom : 20px;
}