/* #Tablet (Portrait) 
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#pl_top { width: 768px; }
}

/*  #Mobile (Portrait) 
@media only screen and (max-width: 767px) {
	#pl_top { width: 300px; }
}

/* #Mobile (Landscape) 
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#pl_top { width: 420px; }
} */

#pl_top { }

	#lmr {
		
		}

#middle{
	
}

#bottom{
	
}