﻿/* CSS for Adventure Write Sub Pages
*/

body {
	margin:0px;
	background-color: black;
	background-position: center top;
	background-attachment: scroll;
        text-align: center; 
        min-width: 980px;
 }

  #wrap {
    width: 980px;
    margin: 0 auto;
  }

  #gist {
   position: absolute;
   color: transparent;
   font-size: 3px;
   } 

/* --------------------------------- BEGIN SITEMAP STYLE --------------------------------*/


  #sitemapcontainer {
    background-color: black;
    position: relative;
    text-align: center;
    border-style: none; 
    text-align: center; 
   }


    #copyright {
    background-color: black;
    position: relative;
    top: 0px;
    text-align: center;
    color: #7f4a18;
    font-family: arial;
    font-size: 11px;
    }



