/* CSS Document */

body {
	background-color: #000000;
}

video {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1024px;
	height: auto;
	display: block;
	float: none;
	text-align: center;
}
#bkweb {
	width: 350px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

#bkweb a:link{
	background-image: url(../images/buttons/edit-samples-back-button-twins.png);
	width: 350px;
	background-position: 0px -46px;
	height: 46px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: hidden;
	display: block;
}
#bkweb a:hover{
	background-position: 0px 0px;
}
