@charset "utf-8";

html {
	height: 100%;
}

body {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	background-color: #e3e3e3;
    text-align: center;
}

img {
    display: block;
    margin: 10px auto;
}