body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
height: 28px; /*Width of frame div was 130*/
width: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/* background: maroon; */
/* background-image: url(images/IMG_BCK2.jpg); */
background-image: url(images/musicbg100.gif);
color: white;
}

#maincontent{
position: fixed;
top: 28; /* Set top value to HeightOfFrameDiv */
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
height: 100%;
/* background: #fff; */
/* background-image: url(images/musiccardbg1.jpg); */
background-image: url(images/musicbg100.gif);
}

.innertube{
/* margin: 15px; */ /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 28px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0) */
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.textstyle0 {font-family:Trebuchet MS;font-weight:normal;font-style:normal;font-size:18pt;text-decoration:normal;color:#000000;}
.textstyle1 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:10pt;text-decoration:normal;color:#000000;}
.textstyle2 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:10pt;text-decoration:normal;color:#000000;}
.textstyle3 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:8pt;text-decoration:normal;color:#000000;}
.textstyle4 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:12pt;text-decoration:normal;color:#000000;}
.textstyle5 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:12pt;text-decoration:normal;color:#000000;}
.textstyle6 {font-family:Trebuchet MS;font-weight:bold;font-style:normal;font-size:14pt;text-decoration:normal;color:#000000;}

