@charset "utf-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

   
header {
	width: 100%;
	height: 100%;
background:  url('zippy.jpg') no-repeat left top;

 background-size: 100% auto;

}

footer {
background: url('xxzippyXX.jpg') no-repeat center left;
background-size: 100% 100%;
width: 100%;
height: 100%;
height: auto !important;
min-height:100%;
}