/* CSS Document */
html, body {
   margin:0;
   height:100%;
   width:100%;
}
p {
   margin-top:0;
}
body {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   background-color:#23110D;
   color:#9B7C7D;
}
/*#centered {
   width: 982px;
   height:100%;
   margin:auto;
   background-image:url(site_bg.gif);
   background-repeat:repeat-y;
}*/
#wrapper {
   height:100%;
   width:100%;
   background-image:url(img/top_bg.gif);
   background-repeat:repeat-x;
}
#flashcontent {
   height:100%;
   width:100%;
   /*width: 982px;
   height: 592px;*/
   /*margin:auto;*/
   text-align:center;
   vertical-align:middle;
   /*border:1px solid #000000;*/
}
