@charset "utf-8";
/* CSS Document */
/* Copyright © 2009 GoLogistics , All Rights Reserved */
/* Author: Michael Ford, http://images.spook.co.nz */

body{
	background-color:#000000;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#centred{
	width:778px;
	height:321px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#bg{
	background-attachment: scroll;
	background-image: url(../www/landing-page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 232px;
	width: 778px;
}

#nz{
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 389px;
	float:left;
}

#au{
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 389px;
	float:left;
}
a{
	outline:none;
}
