* { margin:0; padding:0; }
body { width:100%; height:100%; background:black url(/bg.gif) bottom right no-repeat; }

#photo { background-position:50% 50%; background-repeat:no-repeat; position:absolute; z-index:5; background:black; }

#button-wrapper { position:absolute; width:69px; height:69px; top:50%; left:50%; z-index:10; display:none; }
#button { cursor:pointer; position:relative; width:69px; height:69px; top:-35px; left:-35px; }
#button
{
	background:url('/button.png') top left no-repeat;
	background-image:expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/button.png',sizingMethod='crop');
}