body {
	background-image: url(images/bg.gif);
}

a { border: 0px; width: 0px;}

#center {
	margin: 0 auto;
	width: 880px;
	text-align: left;
}

#leftside {
	background-image: url(images/leftside.gif);
	width: 452px;
	height: 629px;
	position: absolute;
	display: inline;
}

#rightside {
	width: 452px;
	height: 629px;
	margin-left: 452px;
	position: relative;
}

#header {
	background-image: url(images/header.gif);
	width: 427px;
	height: 130px;
}

.home {
	width: 110px;
	height: 28px;
	background-image: url(images/nav_home.gif);
	position: absolute;
}

.home:hover { background-image: url(images/nav_home_roll.gif); }

.music {
	background-image: url(images/nav_music.gif);
	width: 81px;
	height: 28px;
	margin-left: 110px;
	position: absolute;
}

.music:hover { background-image: url(images/nav_music_roll.gif); }

.contact {
	background-image: url(images/nav_contact.gif);
	width: 94px;
	height: 28px;
	margin-left: 191px;
	position: absolute;
}

.contact:hover { width: 100px; background-image: url(images/nav_contact_roll.gif); }

.purchase {
	width: 142px;
	height: 28px;
	margin-left: 285px;
	position: absolute;
	border: 0px;
	background-image: url(images/nav_purchase.gif);
}

.purchase:hover { background-image: url(images/nav_purchase_roll.gif); }

#contentbg {
	background-image: url(images/content_bg.gif);
	width: 427px;
	height: 470px;
	margin-top: 28px;
	position: absolute;
}

#content {
	font-weight: bold;
	width: 410px;
	height: 453px;
	margin-right: 35px;
	margin-top: 8px;
	overflow: auto;
	text-align: left;
}
