/* basic elements */
body.children {
	background-image: url(../children/images/childrenhd.png);
	}
	
h1.children {
	margin-top: 25px;
	margin-left: 120px;
	width:100%;
	height:85px;
	background: url(../children/images/children_h1.png) no-repeat left;
	position: absolute;
	}
h1.children span {display:none;}

h2.tooth {
	margin-bottom: 0px;
	width:100%;
	height:62px;
	background: url(../children/images/children_01.png) no-repeat left;
	top: 240px;
	}
h2.tooth span {display:none;}

h2.unicorn {
    margin-bottom: 0px;
	width:100%; 
	height:52px; 
    background: url(../children/images/children_02.png) no-repeat left;
	}
h2.unicorn span {display:none;}

h2.dragon {
    margin-bottom: 0px;
	width:100%; 
	height:57px; 
    background: url(../children/images/children_03.png) no-repeat left;
	}
h2.dragon span {display:none;}
		
#childbottom {
	background: url(../children/images/childrenbot.png) no-repeat right bottom;
	height:197px;
	top:25px;
	position: relative;
	}
#childbottom span {display:none;}


