﻿body
{
	background-position:right;
	background-repeat: no-repeat;
	background-image: url(../Images/pdi_background1.jpg);

	/* IE hack for CSS centering */
	text-align:center;
}

div#Wrapper
{
	max-width:1000px;
	max-width:500px;
	margin:0 auto;
	
	/*
	background-position:right;
	background-repeat: no-repeat;
	background-image: url(../Images/pdi_background1.jpg);
	*/
}

div#Page
{
	max-width:1000px;
	min-width:500px;
	max-height:700px;
	min-height:600px;
	margin:0 auto;
	
	/* IE hack for CSS centering */
	text-align:center;
}

div#PageHeader
{
	max-width:500px;
	min-width:250px;
	width:50%;
	max-height:70px;
	min-height:60px;
	height:10%;
	
	/* Standard CSS centering */
	margin:0 auto;
}

div#HeaderImage
{
	/* Standard CSS centering */
	margin:0 auto;
}

div#PageContent 
{
	max-width:500px;
	min-width:250px;
	width:50%;
	max-height:350px;
	min-height:300px;
	height:80%;
	
	/* Standard CSS centering */
	margin:0 auto;
}

div#PageFooter
{
	max-width:1000px;
	min-width:500px;
	width:100%;
	max-height:49px;
	min-height:36px;
	height:7%;
	
	/* IE hack for CSS centering */
	text-align:center;
}

div#FooterRight
{
	text-align:right;
	width:49%;
	height:auto;
	float:right;
}

div#FooterLeft
{
	text-align:right;
	height:auto;
	width:49%;
	float:left;
	
	/* Add (IE and FFX tested) icons here */
}
