/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

.containerMaster {
	background-color: transparent;
}

.topLeft {
	background-image: url(topLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.topRight {
	background-image: url(topRight.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.middleLeft {
	background-image: url(middleLeft.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.middleRight {
	background-color: transparent;
}

.bottomLeft {
	background-color: transparent;
}

.bottomRight {
	background-image: url(bottomRight.gif);
	background-repeat: repeat-x;
}
