/* CSS Document */
.body {
	background-image:  url("http://singwithlaurajean.com/images/notes-bg.jpg");
	background-repeat: repeat;
		
		margin-left:56px;
}
.header {
	background-image:  url("http://singwithlaurajean.com/images/head-bg.jpg");
	background-repeat: no-repeat;
	position:relative;
	color: #FFFFFF;
	height:150px;
	width:900px;
	
	
}
.wrapper {
	position:relative;
	float:left;
	
	margin-top:0px;
	width:900px;
	background-color: #FFFFFF;
}

.menuleft {

position:relative;
width:100px;
margin-top:140px;
float:left;

}