
 body{background: #353635;
      font: 12pt arial, geneva, veranda, lucida, sans-serif;
      color: #ffffff;
      margin: 5;
      padding:125px 0 0 150px;} 


* 	{margin:0;
	padding:0;}



div#header	{background: #353635;
  		position:absolute;
  		top:0;
  		left:0;
  		width:100%;
  		height:125px;}

div#left-sidebar	{background: #353635;
			position: fixed;
 			position:absolute;
  			top:125px;
 	 		left:0;
 			width:150px;
  			height:100%;}

@media screen
	{body>div#header
	{position:fixed;}

body>div#left-sidebar
	{position:fixed;}
 
* html body
	{overflow:hidden;} 

* html div#content
	{height:100%;
  	overflow:auto;}

a:link
	{color: #88cd3f;
	text-decoration: none;}
a:visited
	{color: #88cd3f;
	text-decoration: none;}
a:hover
	{color: #82ee0f;
	text-decoration: none;}

</style>

