/* CSS Document */

#Portraits {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:150px;
	min-width:100%;
	
}




/* CSS Document */
#onstage {
	width:100%;
	min-width:100%;
	height:500px;
   background: url(../images/onstage/curtain.jpg) repeat-x left top;
     margin-bottom:10px;
   margin-top:-55px;
}


#onstage .center  {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:500px;
}
#onstage .center img { 
	position: relative;
	top: 0;
	left: 0;
}


#onstage .collage .frontcollage {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:500px;
	z-index:2;
}

#onstage .collage .backcollage  {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:500px;
	z-index:1;
}



#onstage .collage .backcollage .kate {
	position:absolute;
	top:0px;
	left:10%;
	width:263px;
	height:379px;
   background: url(../images/inportraits/katya.png) no-repeat left top;

	}
	
#onstage .collage .frontcollage .kate {
	position:absolute;
	top:0px;
	left:13%;
	width:263px;
	height:379px;
   background: url(../images/inportraits/katya_top.png) no-repeat left top;

	}
	
#onstage .collage .backcollage .kate {
	position:absolute;
	top:0px;
	left:13%;
	width:263px;
	height:379px;
   background: url(../images/inportraits/katya_bottom.png) no-repeat left top;

	}
	
#onstage .collage .backcollage .yuri {
	position:absolute;
	top:10px;
	right:15%;
	width:231px;
	height:436px;
   background: url(../images/inportraits/yuri.png) no-repeat left top;

	}
	


#container {
  position: absolute;
  width: 70%;
 left: 0px;
  top: 0px;
  /*margin-left: -400px;
  margin-top: -300px;*/}

#container img {
	width:auto;
  opacity:50;
  visibility:hidden;
  
}