@import "../scripts/dojo/1.9/dlagua/w/layout/resources/ScrollableServicedPane.css";

body,html {
    padding:0;
    margin:0;
    height:100%;
    width:100%;
    text-align:center;
}
#app {
    margin:auto;
    height:100%;
    width:100%;
    max-width:1050px;
    text-align:left;
}
#loader {
    height:100%;
    width:100%;
    position:absolute;
}
#header {
    height:80px;
    overflow:hidden;
    background-color: #000;
}
#menu {
    height:28px;
}