<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Musician's Friend Maintenance</title>
    <style type="text/css">
	body {
		background-color: #ECEBE6;
		font-family: verdana,arial,sans-serif;
		line-height: 1.5;
	}
	.wrapper {
		background-color: #FFF;
		border: solid 2px #555;
		margin: 100px auto;
		padding: 20px;
		width: 400px;
	}
	div.logo {
		background-color: #002C44;
		padding-bottom: 20px;
		height: 71px;
	}
	img.logo {
		display: block;
		margin: 0 auto;
	}
	h3 {
		color: #C33;
		font-size: 1.0em;
	}
	div.content, div.refresh {
	}
	div.content strong {
	}
	div.content ul {
		list-style-type: none;
	}
	div.refresh {
		padding-bottom: 5px;
		text-align: center;
	}
	div.refresh a {
		background: #4B7496 50%;
		color: #FFFFFF;		
		padding: 5px 15px;
		text-decoration: none;
	}
    </style>
</head>
<body>
	<div class="wrapper">
		<div class="logo">
			<img alt="Musician's Friend" class="logo" src="http://www01.musiciansfriend.com/failover/logo.png"/>
		</div>
		<h3>Scheduled Maintenance</h3>
		<div class="content">
			<p>The Musician's Friend website is temporarily offline for maintenance.</p> 
            <p>We have agents standing by to assist you in all of your music gear needs.</p>
			<p>Please call us at <strong>1-800-449-9128</strong> to talk to an associate or place an order.</p>
			<p>7 days a week from: 4:00am - 11:00pm PT</p>
			<p>Click "Try Again" to see if we're back.</p>
		</div>
		<div class="refresh">
			<a href="http://www.musiciansfriend.com">Try Again</a>
		</div>
	</div>
</body>
</html>