/* CSS Document */
  html, body {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  left: 0px;
}
body {
  overflow: hidden;
  font-family:veranda, arial, sans-serif;
  font-size:76%;
  color:white;
  /*background-image:url('images/background.jpg');*/
}
#background {
  width: 100%;
 height: 100%;
  position: absolute;
  z-index: 1;
}
.image{ width:100%;}
#head-image{ width:90%; height:50%;}
#content {
width: 100%; height:100%;
padding: 0px;
text-align: center;
/*width:800px;
background-color: #fffff;*/
overflow: auto;
position: relative;
z-index: 9999;
}
#content2 {
width: 100%; height:100%;
padding: 25px;
text-align: center;
/*width:800px;
background-color: #fffff;*/
overflow: auto;
position: relative;
z-index: 9999;
}
#content3 {
width: 100%; height:100%;
padding: 25px 0px 10px 0px;
text-align: center;
/*width:800px;
background-color: #fffff;*/
overflow: auto;
position: relative;
z-index: 9999;
}
#list{ 
list-style:none; 
width:80%;
float:left;
/*margin-left:65%;*/
}
.a{ 
color:#FF0000; 
text-decoration:none;
}
a:hover{ text-decoration:underline;}
#comments{ 
float:left; 
margin-left:35%;
width:80%; 
/*margin:-15px 0px 0px 380px;*/
}
.left{ float:left;}
.headtitle{ margin-left:0%; font-size:15px; font-weight:bold; }
.sub{  width:100%;}
.song{float:left; width:100%; clear:both; margin:8% 0% 0% 0%;}
.song-container{margin:3% 0% 0% 19%; width:70%;}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}

<style type="text/css">
ul {
margin-top: 0px;
margin-bottom: 0px;
list-style-image: url(your custom bullet);
color: #333333;
font-size: 80%;
font-weight: normal;
margin-left: 20px;
padding-left: 20px;
line-height: 1.3em;
}

.scrollArea {
width: 550px;
height: 280px;
padding-left: 5px;
padding-right: 5px;
border-color: #8cd603;
border-width: 1px;
border-style: solid;
float: left;
overflow: auto;
}

.scrollArea2 {
width: 775px;
height: 600px;
padding-left: 5px;
padding-right: 5px;
border-color: #8cd603;
border-width: 1px;
border-style: solid;
float: left;
overflow: auto;
}
</style>