.polaroid { 
	width:235px; 
	height:240px; 
	background-image:url(../imgs/polaroid-bg.png); 
	position:absolute; 
	margin:130px 0px 0px 250px ;
}
.polaroid img { 
	width:212px; 
	height:172px; 
	margin:18px 0 0 11px; 
}
.polaroid p { 
	text-align:center; 
	font-family: "Courier New", Courier, mono; 
	font-size:16px; 
	color:#666666; 
	margin-top:15px; 
}
