@charset "UTF-8";

/* Default style, feel free to remove if not needed. */
html, body, body * {
    vertical-align:baseline;
    border:0 none;
    outline:0;
    padding:0;
    margin:0;
    background-repeat:no-repeat;
	box-sizing: border-box;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

/* Div layer for the entire banner. */
#container {
    display:block;
    position:absolute;
    width:300px;
    height:250px;
    top:0px;
    left:0px;
    margin:auto;
    overflow:hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:none;
    z-index:20;
}

#content {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color:#000000;
    z-index: 1;
}

/* Invisible button for background clickthrough. */
#bannerButton {
    position:absolute;
    visibility:visible;
    top:0px;
    left:0px;
	width:300px;
	height:250px;
    cursor:pointer;
    background-color:#FFFFFF;
    opacity:.01;
    border:none;
    outline:none;
    display:block;
    z-index: 1000;
}

#warningLinkButton {
    position:absolute;
    visibility:visible;
    top:225px;
    left:5px;
	width:191px;
	height:16px;
    cursor:pointer;
    background-color:transparent;
    opacity:.01;
    border:none;
    outline:none;
    display:block;
    z-index: 1500;
}

.hidden {
	visibility: hidden;
}

#bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	background-color: #000000;
}

