
body {
	margin: 50px 0px 0px 0px;
	background-image: url(../_img/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
}

img {
	border: 0;
}

div#container {
	margin: auto;
	width: 900px;
}

div#cover {
	width: 420px;
	text-align: center;
	float: left;
}

div#cover img {
	border: 5px solid #fff;
}

div#content {
	float: left;
}

div#title {
	margin-top: 7px;
}

div#tracks {
	margin-top: 36px;
}

div#tracks td.title {
	padding-left: 15px;
	vertical-align: top;
	height: 34px;
}

div#tracks td.player {
	vertical-align: top;
	height: 34px;
}

div#download {
	margin-top: 26px;
}

div#note {
	margin-top: 26px;
}

div#link {
	padding-top: 32px;
	clear: both;
	text-align: center;
}

div#link a:link, div#link a:visited {
	text-decoration: none;
	color: #888;
	font-size: 12px;
	font-family: Arial;
}

div#link a:hover, div#link a:active, div#link a:visited:hover {
	text-decoration: none;
	color: #444;
}