
#overlay{
	visibility:hidden; 
	position:absolute; 
	vertical-align:top; 
	top:0; 
	left:0; 
	background-color:#000000;
	filter:alpha(opacity=85);
	 opacity:.8; 
  -moz-opacity:.8;
  -khtml-opacity:.1;
	width:100%;
	height:100%;
}
#uniquename
{
text-align:center;
  position: absolute;
}

#TopRightCorner
{
	width:767px;
   position: fixed;
   top: 0px;
   clip: inherit;
   text-align:right;
}
