﻿/* changeOfState.css */


div.mainContainer
{
	position : relative;
	width    : 319px;
	height   : 252px;
}


img.iceBG
{
	position : absolute;
	left     : 0px;
	top      : 0px;
}


img.ice
{
	position : absolute;
	left     : 140px;
	top      : 120px;
}


img.water
{
	position : absolute;
	left     : 170px;
	top      : 195px;
}
