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

	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		color: #808080;
    height: 100%;
		margin: 0;
		padding: 0;
		background-color: #0c131d;
	}

  * {
    margin:0px; 
  }
#box1{
	background:#0c131d ;
	float:right;
	position:absolute;
	bottom:0px;
	right:0px;
	text-align:right;
	margin-bottom:0px;
	margin: 0px 19px 0px 0px;
	display:block;
	width:100%;
}
