@charset "utf-8";
/* CSS Document */

#shadownav {
    position: fixed;
    width: 100%;
    height: 135px;	
    z-index: 999;
}

#content {
    padding-top: 135px;
}