BODY {
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-BASE-COLOR: #778899;
background-color: #010101;
background: url("images/graveyardback.gif");
font-size: small;
}

/*
#header {
    position: fixed;
    width: 90%;
    height: 15%;
    top: 2%;
    bottom: 20%;
    right: 5%;
    left: 5%;
    padding: 2px .5em;
    }
*/
#main {
/*    position: fixed;
    width: 90%;
    height: 70%;
    top: 20%;
    right: 5%;
    bottom: 5%;
    left: 5%; */
/*    overflow: auto;*/
    padding: 2px 2px;
    border: medium groove darkBlue;
        background-color: #010101;
        }
#trailer {
/*    position: fixed;
    width: 90%;
    height: 10%;
    top: 92%;
    bottom: auto;
    right: 5%;
    left: 5%; */
    padding: 2px .5em;
	}

.blurb_header {
	text-align: center;
	background-color: #6b473d;
	border: 2px solid #513a34;
	}
	
.site_text {
	font-size: small;
	font-family: serif;
	}