/************** Global Settings ***********************************************/
body {
    font:              bold 100% sans-serif;
    color:             green;
    background-image:  url(img/bg.jpg);
    background-repeat: no-repeat;
    background-color:  black;
}
/************** Brand *********************************************************/
div#brand {
    position:          absolute;
    left:              0px;
    top:               0px; 
    margin-left:       30px;
    margin-top:        40px;
    font:              bold 200% sans-serif;
    color:             #6D7693;
}
/************** Menu Control **************************************************/
div#menu {
    position:          absolute;
    left:              0px;
    top:               220px; 
    width:             150px;
}
#menu ul {
    padding:           0px;
    margin:            0px;
    list-style-type:   none;
}
#menu li {
    font:              bold 100% sans-serif;
    color:             yellow;
    text-align:        center;
    margin:            0px 15px 0px 15px; /* top right bottom left */ 
    padding:           0px;
    line-height:       200%;
}
#menu li a {
    color:             grey;
    text-decoration:   none;
    display:           block;
} 
#menu li a:hover, 
#menu li a:focus { 
    background-color:  grey;
    color:             yellow;
}
/************** Content Pane **************************************************/
div#content {
    position:          absolute;
    top:               220px; 
    left:              150px;
    margin:            10px;
}
#content table {
    font:              bold 100% sans-serif;
}
#content img#html401 {
    height:            31px;
    width:             88px;
    margin:            0px 0px 10px 0px;  /* top right bottom left */
    border:            0;
}

