	
	#PGHead
	{
		position: absolute;
		left:0;
	 	width: 97%;
	 	height: 10%;
	 	margin-left : 0em;
	 	border-style: none;
	 	padding-bottom:1em;
	}
	
	#PGMain
	{
		position: absolute;
		top:11%;
		right:3%;
		width:72%;
		height:88%;
		bottom:0;
	 	margin-left : 0em;
	 	border-style:none  ;
	 	border-color:#FFF;
	}
	#PGPict
	{
		position: absolute;
		bottom:0;
		height:88%;
		left:1%;
		width:20%;
	 	margin:0em;
	 	border-style:one;
		border-width:0.05em;
		border-color:#DDD;
		padding:0;	
	 }
	