wavey lines

Suns Out

by mroncetwice

HTML

<div class="masthead">
<div class="wavey"></div>
</div>
<div class="content">
<h1>Street Fest Summer Tour 2016</h1>
<h3>

Follow the Sun’s Out Peacemobile as we travel city-to-city, fest-to-fest throughout the midwest.Where the Wild Things AreAnother trip to Thailand, another set of great memories and stories to share.about sun’s out</h3>
<h1>
community outreach
</h1>
<ul>

<li>contact us</li>
<li>my wish lists</li>
<li>payment methods</li>
<li>order historysize guide</li>
<li>shipping</li>
<li>returns</li>
<li>terms & policie</li>
</ul>
New TanksSign up to recieve periodic emails about events, sales, etc.Get The Drop On ‘emPlease login here to see the wholesale catalogWholesale Orders AvailableStreet Fest Summer Tour 2016Follow the Sun’s Out Peacemobile as we travel city-to-city, fest-to-fest throughout the midwest.see all storiesshop all new tanks
</div>

CSS

*{
  padding:0;
  margin:0 auto;
}
body,html {
  overflow:hidden;
  height:100%;
  background:#d5a18a;
}
.masthead {
  position:fixed;
  height:60px;
  width:100%;
  top:0;
}
.wavey {
  height:15px;
  background:url(http://designerbyfate.com/up/wavey.png) no-repeat;
  background-size:cover;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  width:100%;
}
.content{
  position:relative;
  top:55px;
  height:100%;
  overflow-y:scroll;
}