@charset "UTF-8";
/* CSS Document */

.backgroundImg {
	background-image: url(../images/bgGraphic.jpg);
	background-repeat: no-repeat;
}

.backgroundImginternal {
	background-image: url(../images/background_InternalNew.jpg);
	background-repeat: no-repeat;
}

.bgColor {
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat;
	background-color: #323137;
}
