body, html {
	background-color: #eaeaeb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}

#splashText {
	width:600px;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

#selectedPackaging:Hover {
	border:thin solid #006600;
	cursor:pointer;
}

#selectedPackaging {
	border:thin solid #000000;
	width:105px;
	height:50px;
}

/**
 Center the site vertically
**/
#mainAreaMatting {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -349px; /* half of width */
  margin-top: -249px;  /* half of height */
  background-image:url(layout/background.jpg);
  background-repeat:no-repeat;
  width:698px;
  height:515px;
}

#content {
	height:500px
}

#mainAreaPackaging {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -349px; /* half of width */
  margin-top: -249px;  /* half of height */
  background-image:url(layout/background-Packaging.jpg);
  background-repeat:no-repeat;
  width:698px;
  height:498px;
}

#mainSiteSectionBanner {
	padding-top:62px;
	padding-left:230px;
}

#navBar {
	padding-left:230px;
	padding-top:4px;
}

#mainContentDiv {
	padding-left:232px;
	padding-top:10px;
	width:455px;
}

#copyrightTextDiv {
	text-align:center;
	/*padding-top:249px;*/
}
      

