	body{
		height:100%;
		margin: 0;
		background-color:#7ed8e7;
		background-image:url(/juganet/img/background.jpg);
		background-repeat: no-repeat;
		background-size:cover;
		background-position: center center;
		background-attachment: fixed;
		overflow-x: hidden;
	}
  #animation_container {
	margin-left:auto; margin-right:auto;
  }