/* reset */

* {
	margin:0;
	padding:0;
}
	
img {
	border: 0;
}
	
ol,ul {
	list-style:none;
}
	
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

div.clear {
	clear:both;
}

/* structure */

html,body {
	height:100%;
	text-align:center;
}

body {
	font-family:Helvetica,Arial,sans-serif;
	background-color:#ffffff;
	color:#000000;
	line-height:16px;	
}

h1 {
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
}

table#wrapper {
	height:100%;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
}

div#content {
	margin:0 auto;
}

div#video {
	background-color:#000000;
	position:relative;	
	width:768px;	
	height:432px;
}