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

html,body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #a69b48;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 578px;
	width: 602px;
	margin: -289px 0 0 -301px;
	background-image: url('../images/video-bg.gif');
	background-repeat: no-repeat;
}

#logo{
	height: 90px;
	width: 479px;
	position: relative;
	margin: 25px 0px 0px 62px;
	background-image: url('../images/video-logo.gif');
	background-repeat: no-repeat;
}

#videoBlock{
	height: 385px;
	width: 480px;
	position: relative;
	margin: 0px 0px 0px 62px;
}

#skip{
	height: 20px;
	width: 58px;
	position: relative;
	margin: 22px 0px 0px 62px;
	background-image: url('../images/video-skip.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}