@charset "utf-8";

#storyContents{width:800px; display:block; position:relative; margin:0; padding:0;}

#storyContents:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html #storyContents { display: inline-block; }
/* no ie mac \*/
* html #storyContents { height: 1%; }