@charset "UTF-8";
/* CSS Document */

a:link {
	color:#999;
	text-decoration:none;
}    /* unvisited link */

a:visited {
	color:#999;
	text-decoration:none;
	} /* visited link */

a:hover {
	color:#888;
	text-decoration:none;
}   /* mouse over link */

a:active {
	color:#666;
	text-decoration:none;
}  /* selected link */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 768px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

section {
	padding:0;
	float:left;
	margin-top:10px;
}

article {
	float:right;
	width:auto;
}

video {
	background-color:#000;
}