
/**/
@font-face {
    font-family: Franchise;
    src: url('kidzo.ttf'); 
	 
    }
#bannerHolder{width:100%;background-color:#EC644B;}
#banner{width:800px;height:100px;margin:auto;margin-bottom:30px;
font-size:70px;color:#fff;font-family:Franchise,Arial;}


#bannerRight{float:right;font-size:25px;margin-top:20px;color:#fff !important;margin-right:5px;}



@media screen  and (max-width:800px){

#banner{width:100%;height:auto;}

#allContent{width:100%;}
.sidepix{width:50%;height:auto;}	
.indextitle{font-size:15px;padding:5px;}
}

@media screen  and (max-width:700px){

#bannerRight{display:none;}
}

@media screen  and (max-width:400px){

	#banner{font-size:30px;}


}
