#awesome_facebook {
	position: relative;
}

#facebookbox1 {
	padding: 10px 10px 0;
	background-color: #f0f0f0;
	position: fixed;
	height: 100%;
}

#facebookbox2 {
	overflow: hidden;
	text-align: left;
}

#facebookbox1 img {
	position: absolute; 
	top: 60px; 
	cursor: pointer;
	border: 0;
	z-index: 10000;
}

#facebookbox1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width:100%;
	height: 100%;
}

