/* ################### */
html, body { height:100%; }

body {
	background:#4b0875 url(../images/characters_background_middle.jpg) repeat-x !important;
	}

#background_container {
	min-width:1189px;
	
	}
#background_spacer { 
	width:1189px;
	
}	

#background_left {
	position: absolute;
	left:0;
	background:#4b0875 url(../images/characters_background_left.jpg) no-repeat;	
	width: 529px;
	height: 846px;
	}

#background_right {
	position: absolute;
	right:0;
	background:#4b0875 url(../images/characters_background_right.jpg) no-repeat;	
	width: 529px;
	height: 846px;
	}
	
#content_container, #header_container {
    top:0px;
    }
#content_container {
	}
#content {
   /* background:url(../images/green_heart_background.jpg) no-repeat; */
    padding-top:0;
    height:800px;
    }
#header, #content, #footer {
    width:1189px;
    }

#content img { 
    behavior: url('/themes/default/css/iepngfix2.htc');
	}

/* ############################### */