@charset "UTF-8";
/* CSS Document */


/* MAIN LAYOUT STUFF */

	
#main_toystore_welcome{
	position:relative;
	width:700px;
	height: 404px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_toystore_welcome {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_toystore_welcome.gif) no-repeat;
	}
	
/* TAKE A PEEP LAYOUT STUFF */

#main_take_a_peep{
	position:relative;
	width:700px;
	min-height: 452px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_take_a_peep {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_take_a_peep.gif) no-repeat;
	}
	
	/* TWIRL IN A BOX LAYOUT STUFF */

#main_twirl_box{
	position:relative;
	width:700px;
	min-height: 343px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_twirl_box {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_twirl_gift_guide.gif) no-repeat;
	}
	

