@charset "utf-8";
body {
	background-color: #101c32;
	margin:0px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.story-bg {
	background-image: url(images/post-story.jpg);
	background-repeat: no-repeat;
}
.postit {
	background-image: url(images/home-main-post.jpg);
	background-repeat: no-repeat;
}
.f {

}
div.scroll {
height: 265px;
width: 230px;
overflow: scroll;
overflow-x:hidden;
border: 0px solid #666;
padding: 8px;
}

div { scrollbar-face-color:#838055;
     
      
   
      scrollbar-track-color:#ebe293;
      scrollbar-arrow-color:#3f3d21;
	  }
