@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CCC;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
}
#wrap {
	background-color: #CCC;
}
.video-container object {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 1024px;
	height: 100%;
	max-height: 768px
}
