body
{
	background: #FFFFFF url('../images/backgrounds/backgroundBody.png') repeat-x;
}

div.page
{
	background: url('../images/backgrounds/backgroundPage.png') top center no-repeat;
}

div.content
{
	background: url('../images/backgrounds/backgroundContent.png') top center repeat-y;
}

div.footer
{
	background: url('../images/backgrounds/backgroundFooter.png') bottom center no-repeat;
}

.sectionRight
{
	background: url('../images/backgrounds/backgroundDividerRight.png') top right no-repeat;
}

.sectionLeft
{
	background: url('../images/backgrounds/backgroundDividerLeft.png') top right no-repeat;
}

.sectionShadedRight
{
	background: url('../images/backgrounds/backgroundDividerShadedRight.png') top right no-repeat;
}

.sectionShadedLeft
{
	background: url('../images/backgrounds/backgroundDividerShadedLeft.png') top right no-repeat;
}

.new
{
  background: #A1E7D7 url('../images/backgrounds/backgroundNew.png') bottom no-repeat;
}