@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%;
	background:url(images/CassinovaSoundIndexTop.jpg) no-repeat;
	
}
#topcontent{
	height:49px;


}
#framecontent{
	margin: 150px auto -1px auto;
	width: 825px; /*Width of frame div*/
	height: 100%;
	 /*overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	
	color: white;
}
#leftcontent{
    float:left;
    display:inline; /*required by IE6*/
    width:35px;
	padding-top:40px;
	height:500px;
	background:url(images/left_bg.png) no-repeat;
  /*  border:1px solid #999;
  /*  margin:0 3px 0 6px;*/
	
}
#maincontent{
    float:left;
    display:inline; /*required by IE6*/
    width:725px;
   /* border:1px solid #999;
    margin:0 6px 0 3px;  */
}
#song{
	float:right;
	top:0px;
	
	width: 550px;
	height: 46px;

}
