html{
	overflow-x : hidden;
	overflow-y : hidden;
}

body{
	overflow-x : hidden;
	overflow-y : hidden;
	margin: 0px;
}

#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

#title{
  Position:fixed !important;top:60px;right:100px
}

img.bgmaximage{
  position:fixed !important;
}

#copy{
	position:fixed !important; bottom:20px;
	width:100%; 
	text-align:center; 
}
