@charset "UTF-8";
/* CSS Document */

@import url("interstate_classes.css"); /* Classes */
@import url("interstate_links.css");  /* Links */

* { 
  margin: 0; 
}

html, body { 
  height: 100%;
  color: #000000;
  font-family:"Century Gothic", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size:12pt;
  font-weight:200;
}

img {
	border:0px;
}

#wrapper {
  min-height: 100%;
  height:     auto !important;
  height:     100%;
  margin:     0 auto -88px; /* -88px being the size of the footer */
  background-image:url(http://interstateroof.com/img/content_bg.jpg);
  background-position:center;
  background-repeat:repeat-y;
  background-color:#dcdfe8;
  
}

#header { 
  height: 112px;
  background-image:url(http://interstateroof.com/img/header_bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
}
	
#nav {
  height: 36px;
  background-image:url(http://interstateroof.com/img/nav_bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-color:#c21c1c;
}

#push {
  height: 88px;   
}
	
#footer {
  height: 88px;
  background-image:url(http://interstateroof.com/img/nav_bg.jpg);
  background-position:center;
  background-repeat:repeat-y;
  background-color:#c21c1c;
}