/* CSS Document */

body{
 	background:#e9e9e9 /*url(../landing-bkg.jpg) center top no-repeat*/;
	margin:0 0 0 0; padding:0;
	text-align:center;
	font:70%/160% Verdana, Geneva, sans-serif; color:#000;
	/*width:100%;
	display:inline;*/
	}
	
#heading{
	position:absolute;
	bottom:-100px;
	font-size:18px;
	left:24%;
	color:#666;
}	
#itemsContainer{ width:342px; margin:50px auto 0 auto; text-align:left; height:342px; position:relative;}
.item {
	width:171px;
	height:171px;	
	margin:0px;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

img {
	border:0;
	/* allow javascript moves the img position
	position:absolute; left:0; top:0;*/
}

.clear {
	clear:both;	
}
