@charset "utf-8";
/* base */
body, iframe, h1, h2, h3, h4, h5, p, img, tr, td, dt, dd, li, img, div {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color:#333333;
}
ol, ul {
	list-style:none;
}
* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	margin:0 auto;
	background-color:#FFF;
}
a {
	float:left;	
	border:none;
	text-decoration:none;
	color:#000;	
}
/*--------------------------------------------------- */


/* taemin */
#taemin {
	background:url(../images/bg.jpg) repeat-x #fff;	
	width:100%;	
	margin:0 auto;
}

/* Header */
#header {
	background:url(../images/header_bg.jpg) no-repeat center top;	
	width:100%;	
	height:567px;
	margin:0 auto;
}
#header_title {
	background:url(../images/header_info.jpg) no-repeat;
	width:1024px;
	height:567px;
	margin:0 auto;
}
#youtube {
	padding:60px 0 0 494px;
}

/* Album */
#album {
	width:1024px;
	margin:0 auto;
}

/* Album Info */
#album_info {
	background:url(../images/album_info.jpg) no-repeat;
	width:1024px;
	height:426px;
	margin:0 auto;		
}
/* Album List BG */
#album_list_bg {
	background:#454545;
	width:100%;	
	height:528px;
	margin:0 auto;
}
/* Album List */
#album_list {
	width:1024px;
	height:528px;	
	background:url(../images/album_list.jpg) no-repeat;	
	margin:0 auto;	
}
#buy {
	padding:416px 0 0 30px;
}

/* footer 頁尾 */
#footer {
	background:#1c1c1b;
	width:100%;		
	height:60px
	bottom:0;	
	margin:0 auto;	
	text-align:center;	
}
#footer p {
	width:1024px;
	height:60px;	
	text-align:center;
	margin:0 auto;
	color:#fff;
	line-height:60px;
}
/*--------------------------------------------------- */