body{

	background-color: #dad9d9;

}

#contentSection{

	min-height:400px;

	min-width:620px;

	height:600px;

	overflow-y:scroll;

}

#photolist{

	padding: 45px 0 0 105px;

	max-width:1000px;

}

#pic{

	float:left;

	width:163px;

	height:126px;

	overflow:hidden;

}

#pic img{

	width:163px;

	height:126px;

}



.footer{

	float:right;

	margin-right:8%;

	padding-top:16px;

}

