body {
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	
}

.text-indent {
	text-indent: -9999px;

}

/*--******************************************************************************--*/
/*--------HEADER STYLING--------*/
/*--******************************************************************************--*/

#header-bg {
	display: block;
	width: 100%;
	height: 38px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*--******************************************************************************--*/
/*--------CONTAINER STYLING--------*/
/*--******************************************************************************--*/

#container {
	position: relative;
	margin: 0 auto 0 auto;
	display: block;
	width: 945px;
	/*--background-color: #ffffff;--*/
	/*--background-color:transparent;--*/
	
}

/*--******************************************************************************--*/
/*--------BRANDING STYLING--------*/
/*--******************************************************************************--*/

#branding-container {
	position: absolute;
	z-index: 4;
	width: 416px;
	height: 624px;
	top: -20px;
	left: 272px;
	right: 272px;
	display: block;
	background-image: url(images/branding-redirect.png);
	background-repeat: no-repeat;
	background-position: 0 0;


}
