

html, body {
      	height:100%;
      	margin: 0px;
      	padding: 0px;
      	border: none;
      	text-align: center;	
		background-color: #375464;
	}
  
	#wrapper {
      	height:100%;
		background-color: #ffffff;
		margin: 0 auto;
      	text-align: left;      
  	}

	#leftGfx {
		
		background-image: url('../Img/BgLeft.gif');
		background-repeat: no-repeat;
		background-position: bottom;
		vertical-align: top;
	}
	
	
	.footerRight {
		background-image: url('../Img/footerRight.gif');
		max-height: 20px;
	}
	
	.footerLeft {
		background-image: url('../Img/footerLeft.gif');
		max-height: 20px;
	}
	
	
	
	#rightGfx {
		
		background-image: url('../Img/BgRight.gif');
		background-repeat: no-repeat;
		background-position: bottom;
		vertical-align: top;
	}

	#main {
		background-image: url('../Img/BgMain.gif');
		background-repeat: repeat-x;
		background-position: bottom;
		vertical-align: top;
		padding-bottom: 17px;
	}
	
	#mainMenuBar {
		background-image: url('../Img/BgMainMenuBar.gif');
		background-repeat: repeat-x;
		height: 30px;	
	}