﻿.row {
	width:800px; 
	height:250px; 
	border:2px solid #FF0066; 
	margin:auto; 
	text-align:center; 
	margin-bottom:15px;
	background-color:#FF99CC;
}

.pic {
	width:250px; 
	height:250px; 
	border-right: 
	2px solid #FF0066; 
	position:absolute
}

.desc {
	height:200px; 
	width:550px; 
	position:relative; 
	text-align:center; 
	left:254px;
	font-size:small;
	top:-5px
}