html 
{
    width:100%;
    height:100%;
}
body 
{
    width:100%;
    height:100%;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: black;
	z-index:11;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	margin:0;
	padding:0;
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	height: 360px;
	margin:0;
	padding:0;
	
	z-index:12;
	overflow: auto;
}
#flashcontentTv 
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:347px;
}
#closeButton 
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:337px;
    background-color: #ffffff;
    padding:5px;
}
#closeButton p 
{
    margin:0;
    padding:0;
}