html body
{
   background-color: #000381;
   background-image: url(images/ice/background_attempt1.jpeg);
   background-image: url(images/ice/background_attempt1.jpeg), -moz-linear-gradient(#4976de, #000381 1000px, #000381 1300px, #000120);
}
div#header h1 a
{
   background-image: url(images/ice/logo1.png);
}
div#header h2 a
{
   background-image: url(images/ice/tagline1.png);
}
#header { height: 155px; }
#header h1 a, #header h2 a
{
   z-index: 2;
}
#header h2 { height: 40px; }
#nav
{
   -moz-background-clip: border-box;
   -webkit-background-clip: border-box;
   border: 48px solid transparent;
   border-bottom-width: 0;
   background-image:url("images/paper_top1.png"), url("images/ice/frost1.png");
   background-position: left top, -48px -40px;
   position:relative;
   top:-48px;
}
#footer
{
   
   -moz-background-clip: border-box;
   -webkit-background-clip: border-box;
   border: 48px solid transparent;
   border-top-width: 0;
   background-image:url("images/paper_bottom1.png"), url("images/ice/frost2.png");
   background-position: left top, -50px 14px;
}
