#topRight, #bottomRight, #topLeft, #bottomLeft,#topmenu,#bottommenu{
height: 100%;
position: absolute;
z-index: 1001;
width: 100%; }

#topLeft{
	background-image:url(../templates/auckland/Black/topleft.png);
	background-repeat:no-repeat;
	position:top left;
	background-position:top left;
	
	
}
#topRight{
background-image:url(../templates/auckland/Black/topright.png);	
background-repeat:no-repeat;
	position:top right;
	background-position:top right;
}

#bottomRight{
background-image:url(../templates/auckland/Black/bottomright.png);	
background-repeat:no-repeat;
	position:bottom right;	
	background-position:bottom right;
}

#bottomLeft{
background-image:url(../templates/auckland/Black/bottomleft.png);	
background-repeat:no-repeat;
	position:bottom left;
	background-position:bottom left;	
}
#topmenu{
	display:none;
	margin-top:-20px;
background-image:url(../templates/auckland/Black/topmenu.png);	
background-repeat:no-repeat;
	position:top left;
	background-position:top left;		
}
#bottommenu{
	display:none;
background-image:url(../templates/auckland/Black/bottommenu.png);	
background-repeat:no-repeat;
	position:bottom left;
	background-position:bottom left;			
}
