body {
	background-color:#999999;
	vertical-align:middle;
	text-align:center;

}
.thumbdiv {
	position:relative;
	float:left;
	width:300px;
	height:300px;
	margin:5px;
}
.thumb {
	position:relative;
	overflow:hidden;
	border: 2px solid #FF6600;
	border-radius:20px;
	height:auto;
	width:auto;
	max-height:300px;
	max-width:300px;
	text-align:center;
}

.picdiv {
	position:relative;
	left:0;
	float:left;
	width:40vw;
	height:40vw;
	margin:2vw;
}
.pic {
	position:relative;
	overflow:hidden;
	border: 2px solid #FF6600;
	border-radius:20px;
	height:auto;
	width:auto;
	max-height:40vw;
	max-width:40vw;
	text-align:center;
}
.txtdiv {
	position:relative;
	left:-10vw;
	float:right;
	width:40vw;
	height:auto;
	margin-top:2vw;
	padding:2vw;
	border: 2px solid #FF6600;
	border-radius:20px;
	text-align:left;
	
}
