.headerDiv{
    height:100px;
    width:200px;
    background:black;
    text-align:center;
	margin: 0 auto;
}

.repImg{
	border-width: thin;
	border-color: rgb(40,40,40);
	border-style: solid;
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
}

.imgDiv{
	width: 150px;
	height: 140px;
	text-align: center;
}

.imgName{
	font-family: helvetica;
	font-size: 12px;
	color: rgb(200,200,200);
	text-align: center;
}