/*
#modalPage
{
	display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px; 
  left: 0px;
}
.modalBackground
{
	filter: Alpha(Opacity=40); 
	-moz-opacity:0.4; 
	opacity: 0.4;
  width: 100%; 
  height: 100%; 
  background-color: #999999;
  position: fixed;
  z-index: 500;
  top: 0px; left: 0px;
}
*/


#modalPage
{
	position: fixed;
	z-index: 499;
	display: none;  
  width: 100%;
  height: 100%;
  top: 0px; 
  left: 0px;  
}

.modalBackground {
	position: fixed;
	z-index: 500;
	display: none;  
	width: 100%; 
  height: 100%;       
  top: 0px; 
  left: 0px;   
  background-color: #FFF;  
  cursor:pointer;
}


#bossbg
{	  
  background-image:url(/_sitefiles/images/boss.jpg);
  background-repeat: no-repeat;   
}

#wifebg
{	  
  background-image:url(/_sitefiles/images/wife.jpg);     
  background-repeat: no-repeat;   
}

.bossbutton {
	width:100px;
	padding:3px;
	cursor:pointer;	
	text-align:center;
	font-weight:bold;	
}