﻿@charset "utf-8";
/* CSS Document */

body
{
	margin:0 auto;
}

#ILTV_Box
{
	background-color: #000;
    width:300px; 
    height:395px;
}

#TopBanner
{
	
	/* top right bottom left */
	margin: 0px 0px 1px 1px;
    padding-top: 5px;
}

#Logo {
	margin:5px 0px 1px 1px

}

#BottomText
{
    color:white;
    font-size:14px;
    font-family:Arial;
}

#MainVideoMobile
{
    display:none;
}

#CoverDiv
{
	z-index:9999; 
	width:100%;
	height:163px;
	display:none;
	position:absolute; 
	background-image:url(../Images/Click-Here-S.png);
	background-repeat:no-repeat;
	background-position:center;
    background-size: 140px 52px;
    cursor:pointer;
}
