body{
	background: url('images/holiday_bk.jpg') top center no-repeat;
	padding:0px;
	margin:0px;
	}
	
/* Main container */
div#parent_contain{
	height:768px;
	}

div#main{
	width:900px;
	height:600px;
	}
/* The hard stuff starts here*/

/*Topcenter div houses logo and menu - top portion of main content*/
div#top_center{
	width:900px;
	height:226px;
	margin:0;
	padding:0;
	display:block;
	background:url('images/topcenter_01.jpg') top left no-repeat;	
	}
/*Image swaps*/
div#center{
	width:900px;
	height:274px;
	background:url('images/holiday_04.jpg') top center no-repeat;
	display:block;
	}

/*Reflection w/ date and time */
div#refl{
	width:900px;
	height:151px;
	background:url('images/refl_date.jpg') top center no-repeat;
	display:block;
	}
	
	
/* Style adjustmants for subpages - where the really hard stuff starts */

/* text disappears here */
div#vanish{
	width:901px;
	height:32px;
	background:url('images/sub_01.jpg') top center no-repeat;
	display:block;
}

/*text center*/

div#text_center{
	width:900px;
	height:378px;
	background:url('images/text_bk.jpg') top center no-repeat;
	display:block;
	}
	
/*Text	*/
div#text{
	font:10pt arial;
	width:881px;
	margin-left:10px;
	margin-right:10px;
	padding-top:25px;
	}
	
	
/*Reflection*/
div#refl_sub{
	width:901px;
	height:41px;
	background:url('images/website_subpages_02.jpg') top center no-repeat;
	display:block;
	}
