body {
	margin: 0px;
	padding: 0px;
	background-color: #F5821F;
	background-image:url(images/bg_page.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	background-image:url(images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 176px;
	max-width: 1025px;
	width: expression(document.body.clientWidth > 1006 ? "1006px" : "auto" );
	margin-left: expression(document.body.clientWidth > 1006 ? (document.body.clientWidth - 1006) / 2 : 0);
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	margin: 0px;
	padding: 9px 68px 0px 0px;
}
div#logo {
	text-align: center;
}

div#logo div {
	position: relative;
}

div#logo div img {
	position:absolute;
	margin-left: -85px;
}

#agentmedia {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	margin: 0px;
	padding: 6px 68px 0px 0px;
}


div#content {
	background-image:url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 402px;
	text-align:center;
}

#intro {
	font: 12px/150% Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 20px 0px 0px;
	height:91px;
}

div#box_relative {
	position: relative;
}

div#box {
	display:inline;
	position:absolute;
	margin-left: -248px;
	height: 208px;
	width: 497px;
	background: url(images/bg_box.gif) repeat;
}

#instructions {
	font: 11px/170% Verdana, Arial, Helvetica, sans-serif;
	height:62px;
	padding-top:20px;
}
div#buttons a {
	font: 15px "Courier New", Courier, monospace;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 42px;
	width: 121px;
	display: block;
	float:left;
}

a#au {
	line-height:260% !important;
	background: url(images/b_au.gif);
	margin-left:110px;
}
* html a#au {
	margin-left:55px;
}
a#au:hover {background: url(images/b_au_h.gif)}

a#nz {
	line-height:260% !important;
	background: url(images/b_nz.gif);
	margin-left:40px;
}
* html a#nz {
	margin-left:40px;
}
a#nz:hover {background: url(images/b_nz_h.gif)}

a#sa {
	padding-top:5px;
	line-height:100% !important;
	background: url(images/b_sa.gif);
	width: 122px;
	height: 37px !important;
	margin-top:16px;
	margin-left:190px;
}
* html a#sa {
	margin-left:95px;
}
a#sa:hover {background: url(images/b_sa_h.gif)}

#footer, #footer a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 226px;
	text-decoration:none;
}

#footer a:hover {text-decoration:underline}

.pipe {color:#FFF}

