body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.hidden {
    display: none;
}

#adContainer {
    position: absolute;
    overflow: hidden;
	width: 300px;
	height: 250px;
    /*border: 1px solid #000;*/
	margin: auto;
}

#videoContainer {
    position: absolute;
    overflow: hidden;
	width: 300px;
	height: 250px;
    /*display: none;*/
}

#mainVideo {
    position: absolute;
    overflow: hidden;
	width: 100%;
	height:	100%;
}

#mainExit {
    position: absolute;
    overflow: hidden;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 5;
}

#endframe {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background: url(../img/endframe_bg.jpg) no-repeat;
    opacity: 0;
    display: none;
}
