body {
	background: #000;
	display:block;
	vertical-align:bottom;
}

#main {
	width:100%;
	height:100%;
}
#main>img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}