@charset "utf-8";
/* Page Peel CSS Document */


#pageflip {
	position: fixed;
	float: right;
	clear: both;
	top: 0px;
	right: 0px;
}
#pageflip img {
	width: 140px;
	height: 144px;
	z-index: 199;
	position: absolute;
	right: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}

#pageflip .msg_block {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index:1;
	background-image: url(../images/flippage2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	height: 190px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.share {
	width: 160px;
	margin-left: 35px;
	float: left;
	margin-top: -20px;
}

.likeus {
	float: right;
	width: 100px;
	height: 100px;
	position: relative;
	top: 20px;
	z-index: 99999;
	margin-left: -75px;
}
