﻿#images
{
	background-image:url('../images/all_images.png');
	background-repeat:repeat-x;
	width:990px;
	height:177px;
	position:absolute;
	z-index:0;
}

#plane
{
	position:absolute;
	background-image:url('../images/plane.png');
	background-repeat:no-repeat;
	width:234px;
	height:209px;
	margin-top:290px;
	z-index:-4000;
}
/* might put this back in later
#plane2
{
	position:absolute;
	background-image:url('../images/littlePlane.png');
	background-repeat:no-repeat;
	width:200px;
	height:139px;
	margin-top:120px;
	visibility:hidden;
	z-index:3;
}
*/


#foliage
{
	position:absolute;
	margin-top:-20px;
	background-image:url('../images/foliage.png');
	background-repeat:no-repeat;
	width:1152px;
	height:528px;
	z-index:-300;
}

#bubble
{
	background-image:url('../images/howdy.png');
	background-repeat:no-repeat;
	width:180px;
	height:129px;
	position:absolute;
	margin-top:190px;
	margin-left:890px;
	visibility:hidden;
	z-index:1;
}

#bubble2
{
	background-image:url('../images/youOk.png');
	background-repeat:no-repeat;
	width:190px;
	height:136px;
	position:absolute;
	margin-top:190px;
	margin-left:870px;
	visibility:hidden;
	z-index:1;
}



#logo
{
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	width:803px;
	height:658px;
	float:left;
	position:absolute;
	margin-left:450px;
	margin-top:0px;
	z-index:1;
	visibility:hidden;
}
#sky
{
	position:absolute;
	height:800px;
	width:560px;
	background-image:url('../images/grass_big.png');
	background-repeat:no-repeat;
	background-position:0;
	border:0px ;
	margin-top:-90px;
	z-index:8;
}

#mixLogo
{
    position:absolute;
	background-image:url('../images/glimmer_lockup.png');
	background-repeat:no-repeat;
	width:155px;
	height: 159;
	float:left;
	position:absolute;
	margin-top:20px;
	margin-left:20px;
	padding-top:80px;
	visibility:hidden;
	z-index:6;

}

#sureIn
{
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	width:403px;
	height:258px;
	float:left;
	position:absolute;
	margin-left:150px;
	margin-top:0px;
	z-index:7;
	visibility:hidden;
}


.container
{
	position:relative;
	height:262px;
	padding:0;
	width:991px;
	margin:20px 0 0 0;
	overflow:hidden;
}

