#container {
	margin: 0px auto;
	width: 500px;
	height: 375px;
	border: 10px #333 solid;
}
#videoElement {
	width: 500px;
	height: 375px;
	background-color: #666;
}
body{
    background:#000;
}
button{
    padding:15px;
    margin:0 4px;
    background:#fff;
    font-weight:700;
    border:0;
}