@import url(reset.css);

body {
    overflow:hidden;/*Needed to eliminate scrollbars*/
    background:#000;
    font: 120% Verdana, "Helvetica Neue", Arial, sans-serif;
}

a {
    text-decoration: none;
}

.inline-list {
    list-style-type: none;
    display: inline;
    padding-right: 20px;
}

#menu-shell {
    margin:0px auto;
    height:70px;
    width:100%;
    top: 5%;
    z-index: 3;
    position:absolute;
}

.menu {
    filter:alpha(opacity=75); /* IE's opacity*/
    opacity: 0.75;
}

#contentframe{
    overflow: hidden;
    height: 100%;
    width: 90%;
    text-align:left;
    z-index: 3;
}

#content-icons {
    float: right;
    padding-right: 40px;
}
