@charset "utf-8";
/* CSS Document */


html, body{ 
height: 100%; width: 100%; 
margin: 0px; padding: 0px; 

} 

#container {
	height: 100%;
	width: 100%; 
		
}
#nav {
		width: 300px;
		overflow-y:auto;
		height: 900px;
		float:left;
		position:fixed;
	
		
	
}
#content {
		width: 500px;
		height: 1600px;
		background: ;
		float:left;
		margin-left: 300px;	
		
			
		
}
