* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -338px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 338px; /* .push must be the same height as .footer */
}



body {
	text-align: center;
	background:#e5e5e5;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color:#222;
}
.wrapper {
	position: relative;
	width: 720px;
	margin: 0 auto -338px;
	text-align: left;
        background-image: url(http://amicinhand.com/sydney/images/bgfill.jpg);
 background-repeat: repeat-y;
background-position: top center ;
}
#header {
	height: 125px;
	text-align:center;
}

#main {
 margin-bottom: 0px;

 padding: 0px;
 width:720px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 margin-top:0px;
}
h1 {
font-size:16px;
}

h2 {
font-size:12px;
font-weight:normal;
text-align:center;
color:#222;
padding:0px;
margin:0px;
}

p {
	color: #555;
	font-size: 12px;
        line-height:22px;
        padding:10px 0px 5px 0px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #666;
}
strong {
	font-weight: normal;
}
.download {
	position: absolute;
	right: 0;
	top: 160px;
}
#footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
        text-align: center;
        background-image: url(http://amicinhand.com/melbourne/images/melrepeat.jpg);
        background-repeat: x;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 700px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}

img { border: none; }
a img { border:none; }
a:hover img { border: none; }


b {
font-weight:900;
}

#content {
  width:650px;
  margin: 25px auto 10px auto;
}
#content img {
  border:1px solid #BBB;
  padding:5px;
}
td {
  padding:10px;
}