html {
	height:100%;
	overflow:auto;
}
body {
	margin: 0;
	padding: 0;
    height: 100%;
	background-color: #000000;
	color:#FFFFFF;
}


#pagecontent {
	overflow: hidden;
	height: 100%;
}


#yoostarShareMenu {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:10;
}

img { border:0 };
