@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	overflow: auto;
}

body {
	background-color:#000000;
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:100%;
	width:100%;
}

#pagecontent {
	height: 100%;
	width: 100%;
}

.hidden {
	position:absolute;
	top: -9999px;
	left: -9999px;
}

#imageDivParent {
	width:2px;
	height:2px;
	overflow:hidden;
}

#imageDiv {
	width:155px;
	height:800px;
}

object{
	outline:none; /* fix FF3.6 focus bug */
	display:block; /* fix IE8 unnecessary scrollbar */
	overflow:hidden; /* fix IE8 (force redraw after rescaling flash) */
}
