html {
    overflow: -moz-scrollbars-vertical !important;
}

body {
    background-color: #000000;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 100%;
    color: #FFFFFF;    
}

#container {
    position: relative;
    background-color: #000000;
    width: 980px;
}

#main_content {
    position: relative;
    background-color: #000000;
}

#home_logo {
    float: left; 
    position: absolute; 
    top: 100px; 
    left: 200px;
}

#home_nav {
    float: right; 
    position: absolute; 
    top: 155px; 
    left: 675px; 
    line-height: 33px;
}

#home_nav a:link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;    
    color: #FFFFFF;
}

#home_nav a:visited {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;    
    color: #FFFFFF;
}

#home_nav a:hover {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;    
    color: #0000FF;
}

#home_nav a:active {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;    
    color: #FFFFFF;
}

