body{margin:0;}


#bg{
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;}
#bg img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
	z-index:30;}
#bg img.active{
	z-index:45;}
#bg img.last-active{
	z-index:40;}
	
#int{
	position: absolute;
	z-index:999;
	bottom:10%;
	left:50%;
	margin-left:-250px;}
#stand{
	position: absolute;
	z-index:999;
	bottom:10%;
	right:50%;
	margin-right:-250px;}
	
	
#overflowrap{
	position: absolute;
	width:100%;
	height:100%;
	overflow: hidden;}	
.overflow{
	cursor: pointer;
	width:50%;
	height:100%;
	position: absolute;
	opacity:0.2;
	margin-left:-43px;
	z-index:900;}
.overflow:hover{
	background:black;}
.overflow2{
	margin:0 -43px 0 0;
	right:0;}
	
#www{
	width:87px;
	left:50%;
	margin-left:-43px;
	height:100%;
	overflow: hidden;
	z-index:800;
	position: absolute;}
	
h1{
	left:50%;
	width:300px;
	margin-left:-150px;
	text-align: center;
	z-index:800;
	font-family: Arial;
	font-size:28px;
	color: white;text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
	position: absolute;}