BODY {
background-attachment: fixed; 
background-repeat: no-repeat; 
background-color: "#ffffff";
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

.mainframe {
	background: #ff;
	position: absolute;
	width: 800px;
	left: 100px;
	top: 25px;
	padding: 0px 00px 0px 00px;
}


.topimg {
	position: absolute;
	width: 803px;
	left:0px;
 	top: 30px;
	border-left: 2px solid #aaa;
	border-right: 1px solid #ccc;
	border-top: 2px solid #aaa;
	border-bottom: 1px solid #ccc;
}

.bottomimg {
	background: #ffffff;
	position: absolute;
	width: 803px;
	left: 00px;
	top: 500px;
	padding: 0px 00px 0px 00px;
	border-left: 2px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #aaa;
}

.menubar {
	position: absolute;
	width: 800px;
	left: 00px;
	top: 10px;
	padding-top: 0px;
	padding-left: 12px;

	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}

.menubar a	{
	color: #c06;
	text-decoration: none;
}

.leftcol {
	position: absolute;
	width: 240px;
	left: 0px;
	top: 30px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 20px;

	font-family: Arial, sans-serif;
	font-size: 9px;

}

.midcol {
        position: absolute;
	width: 280px;
	left: 240px;
	top: 30px;
	padding: 0px 0px 0px 00px;
	margin-top: 16px;
	margin-left: 0px;
	padding-right:12px;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12;
	color: #666;
}

.rightcol {
	position: absolute;
	width: 280px;
	left: 520px;
	top:30px;
	padding: 0px 0px 0px 00px;
	margin-top: 16px;
	margin-left: 0px;

	font-family: Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

.dblcol {
        position: absolute;
        width: 560px;  
        left: 240px;
        top: 30px;
        padding: 0px 0px 0px 00px;
        margin-top: 16px;
        margin-left: 0px;  
        padding-right:12px;
        font-family: Lucida Sans Unicode, Arial, sans-serif;
        font-size: 12;
        color: #666;
}

.mbobug {
	position: absolute;
	width: 200px;
	left: 00px;
	top: 450px;
	padding: 0px 00px 0px 00px;
}



.songlist {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #999;
	font-weight: bold;
	line-height:40px;
}


.songlist a {
	color:#f09;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid;
	border-color: #f09;
	padding: 2px;
	margin: 2px;
	background: white;
}

.songlist a:hover {
	border-color: black;
	color: black;
}


.lyrics {
	font-size: 9px;
}

.copyright {
	font-size: 9px;
	color: #999;
}


.formbox {
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
}

.button {
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #c06;
}

a	{
	color: #c06;
}

a img {
	border:1px solid #ccc;
}

a:hover	 {
	color:black;
}

.promo {
	border: 1px solid pink;
	padding: 2px 2px 2px 2px;
	background: white;
}

.big {
	font-size: 140%;
	font-weight: bold;
	font-family: Arial;
}

pre {
	font-family: Arial;
}
