/* This css style is to control the background images for all the pages */


/* Default page background*/

#bglayer_home 
{
	position:absolute;
	width:100%;
	min-height:100%;
	z-index:100;
	/*background-image: url(../images/bg-twokids.png);
	background-color:#333;
	background-position:415px 98px;*/
	background-repeat:no-repeat;
	background-image:url(../images/bg-twokids.jpg);
	background-color:#333;
	background-position:368px 108px;
	
}

/* About Us page background*/

#bglayer_about
{
	position:absolute;
	width:100%;
	height:1000px;
	z-index:100;
	background-image: url(../images/bg-flower.jpg);
	background-color:#333;
	background-position:250px 119px;
	background-repeat:no-repeat;
}

/* Gallery page background*/

#bglayer_gallery
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
	background-color:#333;
	
	/*
	background-image: url(../images/prize_bg.png);
	background-color:transparent;
	background-position:0 0;
	background-repeat:no-repeat;
*/
}

/* Contact Us page background*/

#bglayer_contact
{
	position:absolute;
	width:100%;
	height:1521px;
	z-index:100;
	background-image: url(../images/bg-island.jpg);
	background-color:transparent;
	background-position:95px 199px;
	background-repeat:no-repeat;
	
}

/* Feature page background*/

#bglayer_feature
{
	position:absolute;
	width:100%;
	height:1000px;
	z-index:100;
	background-image: url(../images/bg-prize.jpg);
	background-color:transparent;
	background-position:0 0;
	background-repeat:no-repeat;
}


/* Website page background*/

#bglayer_website
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
	background-color:#333;
}



/* Work page background*/


#bglayer_work
{
	position:absolute;
	width:100%;
	height:inherit;
	height:1535px;
	background-image: url(../images/bg-breast.jpg);
	background-color:#333;
	background-position:0 -1px;
	background-repeat:no-repeat;
	z-index:100;
}

/* Service page background*/

#bglayer_service
{
	position:absolute;
	width:100%;
	height:1055px;
	z-index:100;
	background-image: url(../images/bg-service.jpg);
	background-color:#333;
	background-position:239px 481px;
	background-repeat:no-repeat;
}

/*Sitemap page background*/

#bglayer_sitemap
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
	background-color:#333;
	background-image: url(../images/bg-label.jpg);
	background-color:transparent;
	background-position:496px -5px;
	background-repeat:no-repeat;

}

/* Minuco Prize page background*/

#bglayer_prize
{
	position:absolute;
	width:100%;
	height:599px;
	z-index:100;
	background-image: url(../images/bg-dash.jpg);
	background-color:#333;
	background-position:486px 47px;
	background-repeat:no-repeat;
	
}

/* Related page background */
#bglayer_relate
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
	background-image: url(../images/bg-threecolor.jpg);
	background-color:#333;
	background-position:694px 148px;
	background-repeat:no-repeat;
	
}

#background_wrap
{
   display:block;
   min-height: 100%;
   width: 100%;
   margin: 0;
   position: absolute;
   top:0;
   left:0;
   z-index:0;
}
