    body{
	  margin: 0;
	  padding: 0;
	  border: 0;
	  overflow: hidden;
	  height: 100%;
	  max-height: 100%;
	 }

    table {
      font-size:13px; color:white
     }

    #framecontent{
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 450px; /*Width of frame div*/
      height: 100%;
      overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
      background: black;  /* Background color - menu bar */
      color: white;   /* Text color - menu bar */
	  background-image:url('./images/nightsky.jpg');   /* Background Image - menu */
     }

    #maincontent{
      position: fixed;
      top: 0;
      left: 0;
      right: 450px; /*Set right value to WidthOfFrameDiv*/
      bottom: 0;
      overflow: auto;
      background: #fff;   /* Background color - main window */
	  background-color: black;
      background-image:url('./images/Background.jpg');   /* Background Image - main window */
      background-size: 98% 99%;
      background-repeat: no-repeat;
     }

.innertube{
      margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
     }

* html body{ /*IE6 hack*/
      padding: 0 200px 0 0; /*Set value to (0 WidthOfFrameDiv 0 0)*/
     }

* html #maincontent{ /*IE6 hack*/
      height: 100%;
      width: 100%; 
     }

    .menu_item, .menu_date, .updated, .dateline, .alt_dateline, .chapter, .text, .alt_text, .pink_text, .welcome_text {
       font-family:verdana;
      }

    .menu_item {font-size:22px; font-family:verdana; color:white}

	.menu_date {font-size:22px; color:red}
		
    .updated {font-size:22px; color:red}

    .dateline {font-size:36px; color:white}

    .welcome_text {font-size:40px; color:white}

    .alt_dateline {font-size:34px; color:white}

    .chapter {font-size:29px; color:red}

    .text {font-size:17px; color:white }

    .alt_text {font-size:17px; color:red }

    .alt_short {font-size:17px; margin: 0; padding: 0; color:red }

    .sub_text {font-size:17px; margin: 0; padding: 0; color:white }
	
	.pink_text {font-size:17px; color:#FF00BF }

	a:link { color: rgb(255, 0, 0) }
	a:visited { color: rgb(255, 0, 0) }
	a:hover { color: rgb(255, 0, 0) }
	a:active { color: rgb(255, 0, 0) }
