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

	html
		{
		height: 100%;
		overflow-y: scroll;
		} 
		
	body
		{
		height: 100%;
		margin:0px;
		background-color: #ffffff;
		}
		
	#flashcontent
		{
		position:relative;
		height:100%;
		z-index:1;
		}
		
	#sharecontent
		{
		position:absolute;
		z-index:0;
		width:1px;
		height:1px;
		top:100%;
		left:50%;
		overflow:hidden;
		}
