/* CSS Document */
.grass
{
	position:absolute;
	width:800px;
	height:580px;
	
	background-image:url(../../../pages/tropical-banana/images/grass.png);
	background-repeat:no-repeat;
	z-index:2;
}

.mixitup
{
	position:absolute;
	width:239px;
	height:79px;
	
	background-image:url(../../../images/mix-it-up.png);
	background-repeat:no-repeat;
	z-index:16;
}

.main
{
	position:absolute;
	width:517px;
	height:485px;
	
	left:0;
	top:0;	
	
	z-index:18;
}

.logo
{
	position:relative;
	
	width:158px;
	height:129px;
	
	left:100px;
	top:160px;
	
	background-image:url(../../../images/logo.png);
	background-repeat:no-repeat;
	z-index:3;
}

.bottom
{
	position:absolute;
	
	width:517px;
	height:52px;
	
	bottom:0;
	left:150px;
	
	background-image:url(../../../pages/entry/images/bottom.png);
	background-repeat:no-repeat;
	
	z-index:19;
}