
html {
  height: 100%;
  overflow: hidden;
}

body,div{
	margin:0px;
	padding:0px;
	height: 100%;
	}

#central{
    position:absolute;
    top:50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
}

