/*---------------GLOBAL STYLES START------------------------*/
html{
	width:100%;
	height:100%;
	}
* html{
	border:none;
}
body {
	background:#000000 url(images/MainPageBg.jpg) no-repeat scroll center center;
	height:100%;
	margin:0px;
	text-align:center;
	width:100%;
}
a img, img a, img{
	border:none;
}
.clearer{
	clear:both;
	line-height:0px;
}
table.container {
	width: 100%;
	margin: 0;
	padding: 0px;
	font: 11px/17px Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	
}
table.container td {
	width: 100%;
	padding: 0px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	
}


div.container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font: 11px/17px Geneva, Arial, Helvetica, sans-serif;
	height: 590px;
	position:relative;
	
}
#splash {
	position:absolute;
	width:564px;
	height:590px;
	top:0px;
	left:152px;
}
div.nz {
	position:absolute;
	bottom:29px;
	left:104px;
	width:141px;
	height:28px;
}
div.oz {
	position:absolute;
	bottom:31px;
	right:114px;
	width:198px;
	height:27px;
}
div.nz a {
	display:block;
	width:141px;
	height:28px;
	background:url(images/nz.jpg) no-repeat left top;
}
div.oz a {
	display:block;
	width:198px;
	height:27px;
	background:url(images/au.jpg) no-repeat left top;
}
div.nz a:hover {
	background-position: left -52px;
}
div.oz a:hover {
	background-position: left -53px;
}
/*---------------global styles end------------------------*/
