/*	///////backgrounds///////	*/
#X-bacBio {
	position: absolute;
	background: #000 url('http://www.traceadkins.com/img/X/wide_bio.jpg') no-repeat fixed top center;
	width: 100%;
	min-height: 1000px;
}

#X-bacMain {
	position: absolute;
	background: #000 url('http://www.traceadkins.com/img/X/wide_main.jpg') no-repeat fixed top center;
	width: 100%;
	min-height: 1500px;
}

#X-bacMusic {
	position: absolute;
	background: #000 url('http://www.traceadkins.com/img/X/wide_music.jpg') no-repeat fixed top right;
	width: 100%;
	min-height: 1000px;
}

#X-bacNews {
	position: absolute;
	background: #000 url('http://www.traceadkins.com/img/X/wide_news2.jpg') no-repeat fixed top right;
	width: 100%;
	min-height: 1000px;
}

#X-bacTour {
	position: absolute;
	background: #000 url('http://www.traceadkins.com/img/X/wide_tour.jpg') no-repeat fixed top left;
	width: 100%;
	min-height: 1000px;
}

#X-bacFans {
	position: absolute;
	background: #000 url('http://www.traceadkins.com/img/X/wide_fans.jpg') no-repeat fixed bottom left;
	width: 100%;
	min-height: 1500px;
}

#X-bacBoard {
	position: absolute;
	background: #000 url('http://www.traceadkins.com/img/X/wide_board.jpg') no-repeat fixed top center;
	width: 100%;
	min-height: 1000px;
}

#X-bacShop {
	position: absolute;
	background: #000 url('../img/X/wide_shop.jpg') no-repeat fixed top center;
	width: 100%;
	min-height: 1000px;
}

/*	///////content///////	*/
#bio_cnt	{
	position: relative;
	width: 700px;
	margin: 60px auto 0px auto;
}

#music_cnt	{
	background-color: #000;
	position: relative;
	width: 550px;
	margin: 60px auto 0px auto;
}

#news_cnt	{
	background-color: #000;
	position: relative;
	width: 600px;
	margin: 60px 450px 0px auto;
}

#bMain_news {
margin-left: 10px;
width: 400px;
}
#bMain_news img{
float: left;
margin: 0 8px 0 0;
}
.bRightC_news	{
float: right;
width: 180px;

}

#tour_cnt	{
	background-color: #000;
	position: relative;
	width: 600px;
	margin: 60px auto 0px 550px;
	min-height:1200px;
}
.bLeftC_tour	{
width: 400px;
margin-left: 10px;
}
.bRightC_tour	{
	float: right;
	width: 180px;
}


#fans_cnt	{
	background-color: #000;
	position: relative;
	width: 675px;
	margin: 60px auto 0px 40%;
	padding: 10px;

}

#RightC_fans	{
	float: right;
	padding: 10px;
	width: 250px;
	overflow-x: hidden;
}

#LeftC_fans	{
	width: 400px;
}

#board_cnt	{
	background-color: #000;
	position: relative;
	width: 700px;
	margin: 60px 36% 0px auto;
	padding: 20px;
}

#shop_cnt	{
	background-color: #000;
	position: relative;
	width: 700px;
	margin: 60px 36% 0px auto;
	padding: 20px;
}

#main_cnt	{
	background-color: #000;
	position: relative;
	width: 730px;
	margin: 60px auto 0px auto;
	padding: 20px;
}

#main_lft {
float: left;
width: 460px;
overflow-x: hidden;
}
#main_rgt {
float: right;
width: 260px;
}
#main_ft {
clear: both;
width: 100%;
background-color: #000000;
overflow-x: hidden;
}