﻿
body{
margin:0 0 0 0;
}
header{
width:100%;
height:100px;
background:red;
position:fixed;
z-index:2;
}
main{
width:80%;
margin:0 auto 0 auto;
position:relative;
top:100px;
z-index:1;
}