body {
	background-color: #cdcaca;
}

.absolut{
	width:100%;
	height:auto;
	margin:auto;
	max-height:574px;
	max-width:400px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
/*.Center-Container {
  position: relative;
}*/

/*.Absolute-Center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Image {
	height: auto;
}

.Absolute-Center.is-Image img { 
	width: 100%;
	height: auto;
}*/