
#home {
	clear: both;
	width: 820px;
	margin: 0;
	padding: 0;
	}

#home #homeIconContainer {
	width: 650px;
	margin: 0px auto 0px auto;
}

#home .productSplash {
	float:  left;
	width: 200px;
	margin: 0 0 0 0;
	}

#home .padRight {
	margin-right: 25px;
	}
	
#home .queriousHomeIconBackground {
	width: 200px;
	height: 155px;
	background-image: url(/images/masthead/home_querious.jpg);
	}
	
#home .screenflickHomeIconBackground {
	width: 200px;
	height: 155px;
	background-image: url(/images/masthead/home_screenflick.jpg);
	}
	
#home .dmgcanvasHomeIconBackground {
	width: 200px;
	height: 155px;
	background-image: url(/images/masthead/home_dmgcanvas.jpg);
	}


#home .homeIconShadow {
	width: 200px;
	height: 155px;
	background-image: url(/images/masthead/home_dmgcanvas_icon_shadow.png);
	opacity: 0.0;
	z-index: 99;
	position: absolute;
	}
	
#home #queriousHomeIconShadow {
	background-image: url(/images/masthead/home_querious_icon_shadow.png);
	}

#home #screenflickHomeIconShadow {
	background-image: url(/images/masthead/home_screenflick_icon_shadow.png);
	}

#home #dmgcanvasHomeIconShadow {
	background-image: url(/images/masthead/home_dmgcanvas_icon_shadow.png);
	}


#home #homeIconContainerEnd {
	clear: both;
	}

#home p.homeBrief {
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #333;
	}
