body {
	padding:0 0 0 168px;
	margin:0;
	line-height: 14px;
	background-image: url(imgs/panel_b.jpg);
	background-color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat-y;
}



#menu {
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: right;
	}
#panel {
	width: 164px;
	height: 571px;
	background-image: url(imgs/panel.jpg);
	padding-top: 110px;
	background-repeat: no-repeat;
	float: left;
	}
#container {
	width: 164px;
	background-image: url(imgs/panel.jpg);
	height: 571px;
	background-repeat: no-repeat;
	}	
#gallery {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(imgs/splash3.jpg);
	float: right;
	}
 #left-sidebar{
  position:absolute;
  top:0;
  left:0;
  width:150px;
  height:100%;
 }
 @media screen{
  body>div#left-sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }


