    body {
        background: #ffffff;
		font: bold 28px Arial, sans-serif;
	}
    #cntrimg {
        position: absolute;
		height: 764px;
		width: 610px;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);	
	}
	img {
		  height: auto ;
		  padding: 5px;
		}