*
{
	margin: 0px;
	padding: 0px;
}

.Wrapper
{
    position: relative; 
	height: 450px;
    overflow-y: hidden;
}

.Map
{
    position: absolute;
    z-index: 1;
}

.Map img
{
	height: 380px;
}

.AnimatedGif
{
    position: absolute;
    z-index: 2;
}

.AnimatedGif img
{
    opacity: 0.75;
	height: 380px;
}

.Legend
{
    position: relative;
    z-index: 5;
	width: 40px;
    top: 2px;
    left: 285px;
}

.HwaLogo
{
    position: relative;
    z-index: 4;
	width: 50px;
    top: -25px;
    left: 5px;
}

.WbLogo
{
    position: relative;
    z-index: 3;
	width: 75px;
    top: -45px;
    left: 195px;
}