/* CSS Document */

/* centering the table */
* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
}
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}	

#xinner {
	width: 955px;
	height: 600px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
/* end centering table */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}

.centretext {
	margin:0 auto 0 auto;
	height:379px;
	width:750px;
}

.centreemail {
	margin:0 auto 0 auto;
	height:18px;
	width:196px;
}
