    #mydiv {
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	position:absolute;
	top: 35%;
	left: 50%;
	width:500px;
	height:40px;
	margin-top: -20px; /*set to a negative number 1/2 of your height*/
	margin-left: -250px; /*set to a negative number 1/2 of your width*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	display: none;
	}
	
	#mydiv a:link {
	color: #03C;
	text-decoration: underline;
    }

    #mydiv a:visited {
	color: #FFF;
	text-decoration: underline;
    }

    #mydiv a:active {
	color: #FFF;
	text-decoration: underline;
    }

    #mydiv a:hover {
	color: #000;
	text-decoration: underline;
    }
	
    body {
	background-color: #fff;
	margin:0;
    }

    #xout {
	position:absolute;
	width:20px;
	height:40px;
	z-index:1;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	left: 470px;
	font-weight: bold;
	top: 0px;
    }

    #xout a:link {
	color: #000;
	text-decoration: none;
    }

    #xout a:visited {
	color: #000;
	text-decoration: none;
    }

    #xout a:active {
	color: #000;
	text-decoration: none;
    }

    #xout a:hover {
	color: #ff0000;
	text-decoration: none;
    }
	
    #wrapper {
    display: none;
	background-image: url(../images2/black.png);
	background-repeat: repeat;
	text-align: center;
	height: 100%;
	width: 100%;
	position:absolute;
	min-height: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	z-index: 999;
    }