/* styles beginning with a hash (#) are IE specific */

html, body
{
	height: 100%;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
}

div#centreStyle-outer
{
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	height: 100%;
	display: table;
	#position: relative;
	#text-align: center;
}

div#centreStyle-middle
{
	display: table-cell;
	vertical-align: middle;
	#position: absolute;
	#text-align: left;
	#top: 50%;
	#left: 50%;
}

div#centreStyle-inner
{
	#position: relative;
	#top: -50%;
	#left: -50%;
}