body{
	font-family: 'Arial';
}

a{
	background: none repeat scroll 0 0 white;
    color: black;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 300px;
    margin: auto;
}

h1{
	text-align: center;
}

video{
	display: block;
    margin: auto;
}