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

body {
	background-color:black;
}

img {
	border:none;
}

#header {
	padding-top:25px;
	text-align:center;
}

#container {
	position:relative;
	width:1024px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
}

#mov1 {
	position:absolute;
	width:256px;
	height:192px;
	top:125px;
	left:175px;
}

#mov2 {
	position:absolute;
	width:256px;
	height:192px;
	top:125px;
	right:175px;
}

#mov3 {
	position:absolute;
	width:256px;
	height:192px;
	bottom:125px;
	left:175px;
}

#mov4 {
	position:absolute;
	width:256px;
	height:192px;
	bottom:125px;
	right:175px;
}

#vidcontainer {
	top:0;
	left:0;
	height:100%;
	width:100%;
	text-align:center;
	position:fixed;
	display:table;
}

#video {
	display:table-cell;
	vertical-align:middle;
}