body {
    font-family: Arial, sans-serif;
}

body {
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 250px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#banner {
    position: absolute;
    display: block;
    width: 300px;
    height: 250px;
    background-color: #FFF;
    background-image: url("");
    background-repeat: no-repeat;
    overflow: hidden;
}
#video{
	position:absolute;
	top:0px;
	left:0px;
}
#videocontainer{
	position:absolute;
	top:24px;
	left:0px;
	width:300px;
	height:180px;
	overflow:hidden;
}