@charset "UTF-8";

body {height: 100%; background:url(images/wood_background.jpg); background-repeat: repeat; background-color:#240b01}

#preload_hidden {width: 1px; height: 1px; display: none; border: none;}

#splash-div {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 900px;
   height: 650px;
   margin-left: -450px; /* half the width */
   margin-top: -325px; /* half the height */
   text-align: center;
}


.about-bodytxtbold3{
	font-family: 'Arvo', serif;
    font-size: 36px;
    color: gold;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
	letter-spacing: .1em;
}