$(document).ready(createM);
function createM(){
	$("#center").height($("#content").height() - 160);
	$("#full").pngFix( );
	$("#shadow").pngFix( );
}
