
body  {
    background: none;
}
#header h1  {
    background: none;
}
#header {
    background: none;
}  
#header #navigator ul {
    background: none;
}
#home{
    background: none;
}
#sideBar{
  display:none;
}
#mainContent{
  //display:none;
}
#header h1 a {
    color: #000000;
}

#header #navigator {
    position: absolute;
    left: 120px;
    top: 46px;
    width: 800px;
    list-style: none;
}

.has-navbar #home {
    top: 200px;
}