/* css for site structure --------------------------------------------------------------------------------------- */
#container-home {
	margin: 0 auto 20px auto;
	width: 1224px;
    }
#inner-home {
	position: relative;
	width: 1224px;
	}    
#shell-home/* css for home content ----------------------------------------------------------------------------------------- */
 {
	position: relative;
	width: 1080px;
	height: 750px;
	font-size: 1px;
	z-index: 10;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#shell-artists {
	position: relative;
	width: 1080px;
	clear: both;
	font-size: 15px;
	line-height: 22px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000000;
	background-image: url(../images/bg-30.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
    }
#content-right-home {
	position: relative;
	width: 525px;
	float: left;
	text-align: left;
	color: #FFFFFF;
	}
#shell-lodging {
	position: relative;
	width: 1080px;
	font-size: 1px;
	z-index: 10;
	background-image: url(../images/bg-17.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1200px;
}
#shell-schedule {
	position: relative;
	width: 1080px;
	font-size: 1px;
	z-index: 10;
	background-image: url(../images/bg-25.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1800px;
}
#shell-partners {
	position: relative;
	width: 1080px;
	clear: both;
	font-size: 15px;
	line-height: 22px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000000;
	background-image: url(../images/bg-22.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
	height: 1550px;
}
