@font-face {
 font-family: 'ArcadeClassicRegular';
 src: url('webfontkit/arcadeclassic-webfont.eot');
 src: url('webfontkit/arcadeclassic-webfont.eot?#iefix') format('embedded-opentype'),  url('webfontkit/arcadeclassic-webfont.woff') format('woff'),  url('webfontkit/arcadeclassic-webfont.ttf') format('truetype'),  url('webfontkit/arcadeclassic-webfont.svg#ArcadeClassicRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}

body {
	font-family: 'ArcadeClassicRegular';
	background: #000;
	overflow-y:hidden;
}
.cell {
	overflow: hidden;
	padding: 0px !important;
}
#continue {
width: 262px;
height: 93px;
position: fixed;
font-size: 51px;
z-index: 99999999999;
color: white;
left: 32px;
top: 22px;
}

#continue a {
	color:#fff;
	text-decoration:none;
}
#continue a:hover {
	color:#000;
	text-decoration:none;
}
#continue p {
	margin:0;
	padding:0;
	line-height:190px;
}

/* =mb youtube   
--------------------- */    
@charset"UTF-8";
.mb_YTVPlayer :focus {
	outline:0;
}
.mb_YTVPlayer {
	display:inline-block;
	-moz-box-shadow:#000 1px 1px 5px;
	-webkit-box-shadow:#000 1px 1px 5px;
}
/*control bar*/
.mb_YTVPBar {
	display:none;
	width:100%;
	height:10px;
	padding:5px;
	background:#333;
	position:fixed;
	bottom:0;
	left:0;
	-moz-box-sizing:padding-box;
	-webkit-box-sizing:border-box;
	text-align:left;
	z-index:1000;
	font:14px/16px sans-serif;
	color:white;
	opacity:.3;
}
.mb_YTVPBar:hover {
	opacity:1;
}
.mb_YTVPBar .buttonBar {
	background:transparent;
	font:12px/14px Calibri;
	position:relative;
	top:-30px;
}
.mb_YTVPBar span {
	display:inline-block;
	font:16px/20px Calibri;
	position:relative;
	width:30px;
	height:25px;
	vertical-align:middle;
}
.mb_YTVPPlaypause, .mb_YTVPlayer .mb_YTVPPlaypause img {
	cursor:pointer;
}
.mb_YTVPMuteUnmute {
	cursor:pointer;
}
/*progress bar*/
.mb_YTVPProgress {
	height:10px;
	width:100%;
	background:#222;
	bottom:0;
	left:0;
	display:none;
}
.mb_YTVPLoaded {
	height:10px;
	width:0;
	background:#444;
	left:0;
}
.mb_YTVTime {
	height:10px;
	width:0;
	background-color:#dccbb5;
	bottom:0;
	left:0;
	-moz-box-shadow:#666666 1px 1px 3px;
	-webkit-box-shadow:#666666 1px 1px 3px;
}
.mbYTP_raster {
	background:none!important;
}
.mb_YTVPBar {
	width:1140px;
	left:50%;
	margin-left:-570px;
	bottom:30px;
	display:none;
}
