html { 
    height: 100%;
	background-color:#015E0E;
}

body { 
    padding: 0; 
	margin: 0; 
	width: 100%; 
	height: 100%; 
    font-family: arial, tahoma, verdana, sans;
    font-size: 13px;
    color: #383838;
}

#overlay { 
    position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	opacity: .5; 
    width: expression(document.body.clientWidth < 102? "1000px" : document.body.clientWidth > 1202? "1200px" : "auto");
	min-width: 1000px;
	max-width: 1200px;
	filter: alpha(opacity=50); -moz-opacity: .5
}

#content_overlay { 
    position: absolute; 
	width: 100%; 
	height: 100%;
}

#content_overlay_table { 
    position: absolute; 
	height: 100%;
}



