/* BACKGROND ITEMS SETTING - REQUIRED */
#background-items {

	/* needed for background/foreground */
	position:absolute;
	top: 0px;
	width: 100%;
	min-width: 980px; /*should match #foreground width */
	height: 100%;

}
#background-items div {
	/* defaults for all background items, must override otherwsie */
	position:absolute;
}

/* special footer rules */
#background #background-items .footer-strip {
	background:#B3B3B3;
}

/* PLACE ITEMS ON BACKGROND */


/* main background content block, centered on page around foreground layout block */
#background-items div.layout {
	
	/* position background layout (page content) block */
	position: relative;
	top: 0px;
	
	height: 100%; /*stretch for conatiner */
	overflow: hidden;
	
	/* center */
	width: 980px;
	margin: 0px auto;
	padding: 0px;

}

/* hide default logo */
img#logo {
	display: none;
}
#background-items div.layout .musichype-logo {
	width: 138px;
	height: 100px;
	background: url(../images/background/musichype_logo-mintchicks.png) no-repeat;
	top: 82px;
	left: 34px;
}

/* smaller */
#background-items div.layout .mintchicks-logo {
	width: 335px;
	height: 223px;
	background: url(../images/background/bg-mintchicks-logo.jpg) no-repeat;
	top: 40px;
	left: 581px;
}
#background-items .mintchicks-top-bg {
	width: 528px;
	height: 275px;
	background: url(../images/background/bg-mintchicks-top.jpg) no-repeat;
	top: 40px;
	left: 53px;
}
#background-items .mintchicks-left-bg {
	width: 275px;
	height: 644px;
	background: url(../images/background/bg-mintchicks-left.jpg) no-repeat;
	top: 315px;
	left: 53px;
}

#background-items .mintchicks-right-bg {
	width: 120px;
	height: 145px;
	background: url(../images/background/bg-mintchicks-right.jpg) no-repeat;
	top: 830px;
	left: 736px;
}

#background-items .mintchicks-topleft-bg {
	width: 57px;
	height: 40px;
	background: url(../images/background/bg-mintchicks-topleft.jpg) no-repeat;
	top: 37px;
	left: 20px;
}

#background-items .mintchicks-topright-bg {
	width: 62px;
	height: 63px;
	background: url(../images/background/bg-mintchicks-topright.jpg) no-repeat;
	top: 39px;
	left: 917px;
}