html,body {
height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 62.5%; /* 10px */ 
	color: #000000;
	background-color:#ffef00;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,dl,dd,dt {
	padding: 0px;
	margin: 0px;
	font-style: normal;
    font-size: 100%;
}

li {list-style:none;}

img{border:none;}
.clear{clear:both;}


/*COMMON*/
#topbg{
background-image: url(img/bg_top.jpg);
background-repeat:repeat-y;
background-position:center top;
}

#bg{
background-image: url(img/bg.jpg);
background-repeat:repeat-y;
background-position:center top;
}

#MainBox{
width:820px;
margin:0 auto;
}

#ContBox{
width:800px;
height:100%;
margin:0 auto;
background-color:#FFFFFF;
text-align:center;
font-size: 130%;
font-weight: bold;
}

#TopContBox{
width:800px;
height:100%;
margin:0 auto;
text-align:left;
}

#Rogo{
width:800px;
background-color:#ffef00;
text-align:right;
}

#Fotter{
text-align:center;
font-size:90%;
}

/*INDEX*/
#TopPic{
width:800px;
height:400px;
background-image:url(img/top_pic.jpg);
background-repeat:no-repeat;
}

/*INTRO*/
#txtBox{
width:600px;
margin:0 auto;
text-align:left;
line-height:180%;
}

/*ARTIST*/
.artist_txt {
	text-align:left;
	padding-bottom:12px;
}

#artistTbl{
margin:0 auto;
}