HTML, BODY { height: 100%;}
	    .black_overlay{
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            position: absolute;
            top: 50%;
			left:50%;
			margin-top:-175px;
			margin-left:-300px;
            width: 600px;
            height: 350px;
            background-color: #000000;
            z-index:1002;
            overflow: hidden;
			text-align:center;
			border: solid #CCCCCC 5px;
			font-family:Arial, Helvetica, sans-serif; font-size:12px;
        }
#light a:link {color: #FFCC00; text-decoration: none;}
#light a:visited { text-decoration: none; color: #FFCC00;}
#light a:hover {text-decoration: none; color: #ccc;}
#light a:active {text-decoration: underline;color: #FFCC00;}

