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