html{
    height:100%;
}
* html div#pagebuilding{
    height:100%;
}
#pagebuilding{
	position: relative;
	min-height: 100%;
	width:908px;
	margin:0px auto;
	background-image: url(../images/bg.gif);
}
body > #pagebuilding {
        height: auto;
}
#header{
	width:900px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 4px;
}
#title{
	width:190;
	height: 35px;
	position: absolute;
	top: 100px;
	left: 4px;
	z-index: 3;
 filter: alpha(Opacity=70);
	opacity: 0.7;
}
#navi{
	width:388px;
	height: 27px;
	left: 516px;
	top: 73px;
	z-index: 2;
	position: absolute;
}
#footer{
	bottom: 0px;
	width:900px;
	height: 88px;
	margin-left: 4px;
	clear: both;
}
#contents{
	width:900px;
	padding-top: 100px;
	padding-bottom: 88px;
	margin-left: 4px;
}
#top{
	width: 830px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 45px;
	background: url(../images/music/music_bg.jpg) no-repeat;
	float: left;
	display: inline;
}
#top2{
	width: 830px;
	padding-top: 80px;
}	
#main{
	width: 210px;
	float: left;
	padding-top: 10px;
	display: inline;
	padding-bottom: 30px;
}
#sub{
	width: 620px;
	float: right;
	padding-top: 10px;
	display: inline;
	padding-bottom: 30px;
}
#left{
	width: 300px;
	float: left;
	display: inline;
}
#main2{
	width: 300px;
	float: left;
	display: inline;
}
#right{
	width: 230px;
	float: right;
	display: inline;
}
#bottom{
	width: 830px;
	float: left;
}