html body 
{
	height: 100%; 
	width: 100%!important;
	margin: 0;
	padding: 0;
	}

#hrmmm {
	width:95%; margin:5px auto;
	font-size: 8pt;
	color: #00000;
}




#over 
{
	background:  url(shadowlight.gif) repeat;
    position: absolute; 
 	left: 0;
	top: 0;
	z-index: 100;
	width: 100%; 
	height: 100%;
	margin: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity:0.80;
 }
 
 #box, #box2 
 { 
	height: 320px;
	width: 540px;
	overflow: none;
	border: 5px ridge #ccc;
	z-index: 150;	
	background: #fff;	
	position: relative;
	padding: 10px; 
 }
 
 .sh	
 {
 	position: absolute;
	top:30%;	
		z-index: 1000;	 
	width: 450px; 
		right: 40%;
		background: url(shadow.png) repeat !important;
		background: url(shadowlight.gif) repeat;

 }
