/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
#header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 999;   
}

#header-container {
    height: 120px;
    background: url(../images/header-bg.png) repeat-x left bottom;
}

#header {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#container {
    width: 960px;
    margin: 0 auto;
    overflow: auto;
    padding: 120px 0 0 0px;
}