body {
    background-image: none;
}
.home_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.bg_img img {
    height: 100%;
    z-index: -1;
    right: 50px;
    position: absolute;
}
#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url(bg.jpg);
}

ul#home_menu {
    list-style: none;
    position: relative;
    margin: 40px 0px 0px 40px;
    float: left;
    clear: both;
}
ul#home_menu > li {
    width: 112px;
    height: 101px;
    padding-bottom: 2px;
    float: left;
    position: relative;
}
ul#home_menu > li > a {
    display: block;
    background-color: #222;
    color: #aaa;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 90px;
    height: 80px;
    padding: 10px;
    margin: 1px;
    text-shadow: 0px 0px 1px #000;
    opacity: 0.8;
}
ul#home_menu > li > a:hover, ul#menu > li.selected > a {
    background:#fff;
    color: #101010;
    opacity: 1.0;
}
.wrapper ul.hovered > li > a {
    background: #fff;
    text-shadow: 0px 0px 1px #fff;
}
ul#home_menu li > div {
    position: absolute;
    top: 103px;
    left: 1px;
    background: #fff;
    width: 498px;
    height: 180px;
    padding: 30px;
    display: none;
}
ul#home_menu div ul li a {
    text-decoration: none;
    color: #222;
    padding: 2px 2px 2px 4px;
    margin: 2px;
    display: block;
    font-size: 14px;
}
ul#home_menu div ul li a:hover {
    background: #000;
    color: #fff;
}
ul#home_menu div ul {
    padding: 0px;
    width: 100%;
    list-style: none;
}
li.heading {
    color: #888;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}
#home_menu table {
    width: 100%;
}
div.sideList {
    float: left;
    width: 40%;
    padding: 0px;
}
img.sideImg {
    position: relative;
    width: 60%;
    padding: 0px;
    left: 5px;
    position: relative;
    right: 0px;
}
a {
    font-weight: normal;
}
#sidebar {
    display: none;
}