/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/
body, div, img, p { padding:0; margin:0; }
body { overflow:hidden; background-image:url(../images/bg.jpg); }
.polaroid 
{ 
	width:234px; 
	height:188px; 
	background-image:url(../images/polaroid-bg.png); 
	position:absolute; 
}
.polaroid img 
{ 
	width:218px; 
	height:140px; 
	margin:8px 0 0 8px; 
}
.polaroid p 
{ 
	text-align:center; 
	font-family:Georgia,serif; 
	font-size:16px; 
	color:#2E2E2E; 
	margin-top:8px; 
}