html,body {
	-webkit-text-size-adjust:none;
        margin:0;
        padding:0px;
        background:gray;
	background-color:gray;
        overflow:hidden;
        font-family:arial;
        color:white;
	height: 100%;
	width:100%;
	line-height: 80%;
}

table{
	margin-left: auto;
	margin-right: auto;
	border:0px;
	padding:0px;
}

td{
	text-align:center;
	vertical-align:center;
	padding:0;
	margin:0;
	line-height: 0.9em;
	font-weight: bold;
	cursor: pointer;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:250px;
	text-align: center;
	z-index: 9002;
	color:black;
	cursor: pointer;
        line-height: 100%;
	font-size:15pt;
	top:10px;
	left: 10px;
	overflow:auto;
}

img{
	height: 100%;
}
