html {
	overflow-y:scroll;
}

body{
	margin-left: auto;
	margin-right: auto;
	background-color: #ebf4ff;
	height: 100%;
	width: 100%;
	/*background seen in browser - page sits on top*/
}

div.centered {
	display: inline-block;
	position: absolute;
	float: left;
	margin-left: -260px;
	height: 100%;
	width: 100%;
	left: 50%;
}

/*working ok*/
div.vertical {
	position: absolute;
	margin-top: -176px; /* 2/3 above */
	top: 50%;
}

img {
	padding-left: 30px;
	padding-right: 30px;
}