body, html {
	background: url('../images/pm-bg-middle.png');
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#pm-masthead {
	background: url('../images/pm-bg-top.png') repeat-x;
	height: 286px;
	width: 100%;
}

.pm-page-curl {
	background: url('../images/pm-page-curl.png') no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 181px;
	width: 176px;
}

a.pm-postman {
	background: url('../images/pm-postman.png') no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 78px;
	width: 101px;
	text-indent: -9999px;
}

.pm-image-wrapper {
	margin: -186px auto 0;
	width: 100%;
}

.pm-image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto 47px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	box-shadow:inset 0 2px 6px rgba(0,0,0,.45); 
		-moz-box-shadow:inset 0 2x 6px rgba(0,0,0,.45); 
		-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.45);
}


#pm-footer {
	background: url('../images/pm-bg-footer.png');
	height: 189px;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}


.pm-friends-logo {
	background: url('../images/pm-friends-logo.png') center left no-repeat;
	float: left;
	margin: 0 auto;
	text-align: center;
	text-indent: -9999px;
	height: 189px;
	width: 510px;
}

.pm-friends-bubble {
	background: url('../images/pm-friends-bubble.png') left 4px no-repeat;
	height: 109px;
	width: 407px;
	padding-left: 31px;
	padding-top: 18px;
	
	float: left;
	margin-top:37px;
}

.pm-friends-bubble h3 {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	margin-top: -2px;
	width: 250px;
}

.pm-friends-bubble p {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	text-shadow: #fff 0 1px 0;
	
	float: left;
	margin-top: 0px;
	margin-top: 3px;
	width: 270px;
}

.pm-friends-video {
	background: url('../images/pm-friends-bubble-video.png') top left no-repeat;
	width: 110px;
	height: 141px;
	text-indent: -9999px;

	float: left;
	margin-top: -37px;
	margin-left: 0px;
}
