@charset "utf-8";
/* CSS Document */


.body {
  background-color: #333333;
  min-height : 100%;
  min-width : 100%;
  background-size:100% 100%;
  background-repeat:no-repeat;
  overflow-y: hidden;
  overflow-x: hidden;
 }

.item-block{
		max-height: 100%;
		max-width: 100%;
}

.center {
  		display: block;
  		margin-left: auto;
  		margin-right: auto;
  		width: 50%;
	}