@charset "UTF-8";
/* CSS Document */

h1#header {
	position: absolute;
	left: 170px;
	top: 0px;
	width:500%;
}

.page {
	white-space: nowrap;
	margin-top: 50px;
}

.page img {
	margin: 0px;
	padding: 9px;
}

.page img a {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}


 div#left-sidebar{
	position:absolute;
	top:0;
	left:0;
	width:170px;
	height:100%;
 }

 @media screen{
	   body>h1#header{
   position:fixed;
  }
  body>div#left-sidebar{
	position:fixed;
	background-image: url(img/background_left.png);
	background-repeat: no-repeat;
	background-position: left top;
  }

 }
