body {
background-image:url(../images/layout/background_img.jpg);
background-repeat: repeat-x;
margin: 0;
background-color:#ebebeb;
font-size:16px;
font-weight:600;
font-family:"Times New Roman", Times, serif;
font-weight:normal;
}

#wrapper {
	width:900px;
}

.header {
width: 900px;
height: 226px;
}


#treble-clef {
	background-image:url(../images/layout/u_treble.jpg);
	background-position:top;
	width: 158px;
	height: 122px;
	float:left;
	position:relative;
}	
/* IE6 Only */
					* html #treble-clef {
						margin-top: -4px;
					}



#body {
	margin: -10px 10px 10px 25px;	
}

					/* IE6 Only */
					* html #body {
						margin: 0px 0px 0px 25px;
					}
					
					/* IE7 Only */
					*:first-child+html #body{
						margin: 0px 0px 0px 25px;
					}



#footer {
  padding-top: 50px;
  width:900px;
  text-align:center;
  clear:both;
  }

