body {

	background-image: url("../images/piano.jpg");
  }


#logo {	
	position: fixed;
	top: -75px;
	left: 42px;	
	text-align: center;
	width: 683px;
}


h1 {
	font-family: 'Overlock', cursive;
	font-size: 25px;
	color: black;
	display: inline;
}

h2 {
	font-family: 'Overlock', cursive;
	font-size: 19px;
	color: black;
	display: inline;
}



.wrapper {
	background-color: #FFF;
	width: 683px;
	height: 100%;
	top: 142px;
	left: 42px;
	position: fixed;
	
}

#contact {
	top: 50px;
	left: 50px;
	height: 100%;
	font-family: 'Overlock', cursive;
	font-size: 16px;
	color: black;
	position: absolute;
}

#contact a:link {color: black; text-decoration: none;}
#contact a:visited {color: black; text-decoration: none;}
#contact a:hover {color: #b492bf; text-decoration: underline;color: #b492bf; }
#contact a:active {color: #b492bf; text-decoration: underline;}

#main {
	top: 150px;
	left: 50px;
	height: 600px;
	font-family: 'Overlock', cursive;
	font-size: 16px;
	color: black;
	position: absolute;
	overflow: auto;
	
}


#main a:link {color: black; text-decoration: none;}
#main a:visited {color: black; text-decoration: none;}
#main a:hover {color: #b492bf; text-decoration: underline;color: #b492bf; }
#main a:active {color: #b492bf; text-decoration: underline;}

