html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(img/bg.gif) repeat left top;
	font-family: verdana,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6";
	color: #353535;
	text-align: center;
	height: 100%;
}

td,div,p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 16px;
}

a {
	color: #e21e20;
	text-decoration: none;
}

a:hover {
	color: #e21e20;
	text-decoration: underline;
}

#main {
	width: 800px;
	background: url(img/footer.gif) no-repeat 385px bottom #ffffff;
	margin: 0px auto;
	padding: 15px 0px;
}

#main p img {
	margin-bottom: 10px;
}

#list {
	width: 700px;
	margin: 10px auto;
	text-align: left;
}

#list img {
	margin-bottom: 15px;
}

#footer {
	width: 700px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	color: #de3787;
	font-weight:bold;
}

#profile {
	width: 700px;
	margin: 0px auto 20px auto;
}

#profile td {
	vertical-align: top;
}

td.photo {
	padding-right: 19px;
}

.name {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #49b0f3;
}


.song {
	color: #989898;
	font-size: 10px;
	line-height: 20px;
}

p.url {
	padding-top: 10px;
	line-height: 14px;
}

table {
	margin: 0px 22px;
}


