@charset "utf-8";
/* CSS Document */		
	
	#content{
		position:absolute;
		width:100%;
		height:600px;
		left:0;
		top:0;
	}
		
	
	#scroll{
	position:relative;
	width:400px;
	height:425px;
	overflow:scroll;
	background-color:#151515;
	overflow-x: hidden;
	}
	
	
	#largescroll{
	position:relative;
	width:400px;
	height:575px;
	overflow:scroll;
	background-color:#151515;
	overflow-x: hidden;
	}
