@charset "utf-8";
div 			{height: 400px;	width: 600px;	position:absolute;	background-position: center center;	background-repeat: no-repeat;}
div div 		{width:101%; height:101%; left:-0.5%; top:-0.5%; background-size:100% 100%; }
.container 		{overflow: hidden;}
.foreground	 	{background-image: url(img/elint-foreground.png);}
.middleground	{background-image: url(img/elint-middleground.png);}
.background 	{background-image: url(img/elint-background.png);}

.container2 	{overflow: hidden; top:400px;}
.foreground2 	{background-image: url(img/alpha-foreground.png);}
.middleground2	{background-image: url(img/alpha-middleground.png);}
.background2 	{background-image: url(img/alpha-background.png);}
		

