html, body {
	height: 100%;
}
body {
	display: table;
	width: 100%;
	margin: 0 auto;
	background:#1b4182 url(img/_layout/intro_bg.jpg) no-repeat center fixed;
}
#wrapper {
	display: table-cell;
	vertical-align: middle;
}
#cell {
	padding: 0;
	color: #FFF;
	text-align:center;
}
#skip {
	position:absolute;
	top:80%;
	right:47%;
}
#movie {
	margin-bottom:8px;
}
