
#content {
position: fixed;
left: 100px;
top: 60px;
overflow: auto;
background: url('images/black_50.png');
width: 850px;
height: 450px;
color: white;
padding: 20px;

}


#xmenu_menu img {
    border:none;
    padding-top: 2px;
    padding-bottom: 3px;
    display: block;

  }


#xmenu_menu {
    height : 100%;
    left : 8px;
    padding-bottom : 10px;
  /*  padding-left : 10px;*/
    padding-right : 10px;
    padding-top : 10px;
    position : fixed;
    top : 0px;
    z-index : 10002;
  }


#xmenu_bg {
     background: black;
 	background: url('images/black_50.png');
    height : 100%;
    left : 0px;
    position : fixed;
    top : 0px;
    width : 52px;
    z-index : 10001;
  }


#xmenu_p {
    text-align : center;
  }


#xmenu_p span {
   background-color: black;
    padding-left:20px;
    padding-right:20px;
    color:white;
  }


body {
    background-attachment : fixed;
    background-image : url('images/Panther Aqua Graphite.jpg');
    background-position : 52px 0cm;
    margin-left : 52px;
  }

