#closedMessage {
	position: absolute;
	color: #000;
	font-size: 1.5em;
	top: 56px;
	left: 310px;
	z-index: 99;
}


/* COLLAGE */
#collage {

}


/* SECTIONS */
#sections {

}

	#sections .section {
		width: 223px;
		float: left;
		padding: 16px 16px 32px 16px;
		background: url(../images/home/furn/divider.png) no-repeat 100% 17px;
	}
	
		#sections #ecard {
			background: none;
		}
	
		#sections .section h3 {
			margin-bottom: 9px;
			height: 16px;
		}
	
			#book h3 {
				background-image: url(../images/home/headers/buy_the_book.gif);
			}
			
			#behindScenes h3 {
				background-image: url(../images/home/headers/see_behind_the_scenes.gif);
			}
			
			#ecard h3 {
				background-image: url(../images/home/headers/send_an_ecard.gif);
			}
		
		#sections .section a.mainLink {
			display: block;
			margin-top: 13px;
		}
		
