html
{}

body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#AAA;
	font-family:arial, verdana, sans-serif;
}

#pageContainer
{
	width:1000px;
	margin:20px auto;
	border:4px solid #999;
}

#headerContainer
{
	width:100%;
	height:2528px;
	background:url(kakadu.jpg) no-repeat;
}

#footerContainer
{
	width:100%;
	height:151px;
	background:url(footerBg.jpg) no-repeat;
}

#footerLogo
{
	width:119px;
	height:119px;
	float:left;
	margin:15px 0 0 20px;
	background:url(aptLogo.jpg) no-repeat;
	text-decoration:none;
}

#footerText
{
	float:left;
	margin:5px 0 0 70px;
	text-align:center;
	color:#FFF;
	font-size:1.1em;
}

#footerText h1
{
	font-size:1.3em;
}

#footerText a
{
	color:#FFF;
	text-decoration:none;
}

#footerText a:hover
{
	text-decoration:underline;
}



