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

#sampleContent{
	width:790px;
	height:1950px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#installedContent{
	width:750px;
	height:1735px;
	
	margin:0 auto;
	margin-top:20px;
	
	text-align:left;
	
	border:1px solid #cccccc;
}

.pictureWrapper{
	height:325px;
	
	margin-top:100px;
	
	border-bottom:1px solid #333333;
}

.picture{
	width:217px;
	height:180px;
	
	margin-right:5px;
	
	float:left;

	
	border:1px solid #666666;
}
