
	#PGHead
	{
		position: absolute;
		left:0;
	 	width: 97%;
	 	height: 10%;
	 	margin-left : 0em;
	 	border-style: none;
	 	padding-bottom:1em;
	}
	
	#PGHeadLeft 
	{
		position: absolute;
		left:0;
		top:6%;
	 	width: 49%;
	 	height: 35%;
	 	margin-left : 0em;
	 	border-style: none;
	 	padding-bottom:1em;
	}
	#PGHeadRight 
	{
		position: absolute;
		right:0;
		top:6%;
	 	width: 49%;
	 	height: 35%;
	 	margin-left : 0em;
	 	border-style: none;
	 	padding-bottom:1em;
	}
	
	#PGMain
	{
		position: absolute;
		top:41%;
		left:0%;
		width:72%;
		height:54%;
		bottom:0;
	 	margin-left : 0em;
	 	border-style:none  ;
	 	border-color:#FFF;
	}
	#PGPict
	{
		position: absolute;
		left:0;
		top:36%;
		height:64%;
	 	margin:0em;
	 	border-style:one;
		border-width:0.05em;
		border-color:#DDD;
		padding:0;	
	 }
	