/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

body, div, img, p { padding:0; margin:0; }
body { overflow:hidden; 
	background-image:url(../bg.jpg);
	background-color:snow ;
}
.polaroid { width:368px; 
	height:446px; 
	background-image:url(../polaroid-bg.png); 
	position:absolute; 
}
.polaroid img {
height: 337px;
margin: 20px 0 0 20px;
width: 328px;
}
.polaroid p { text-align:center; font-family:Georgia,serif; font-size:20px; color:#2E2E2E; margin-top:15px; }