/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(dragonbg.jpg);
	scrollbar-face-color: #852613;
    scrollbar-shadow-color: #8C7975;
	scrollbar-highlight-color: #8C797;
	scrollbar-3dlight-color: #8C797;
	scrollbar-darkshadow-color: #6E7BA5;
	scrollbar-track-color: #CAB8B5;
	scrollbar-arrow-color: #FFFFFF;
}
#title{
	width: 501px;
	height: 60px;
	background-image: url(lyricsheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#main{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	background-color: #FFFFFF;
	height: auto;
	width: 500px;
	font-size: 14px;
	overflow: auto;
	background-image: url(musicbg.jpg);
	background-repeat: repeat-y;


}
lyrics{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #FFFFFF;

}
p{
	display: block;
	line-height: 12px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;


}
songtitle{
	margin: 0px;
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	padding: 0px;
	position: relative;


}
info{
	color: #FFFFFF;
	background-color: #993300;
	height: auto;
	width: 300px;
	margin: 10px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;

}

