@charset "utf-8";
/* CSS Document */

html, body					{ height:100%; }
body						{ margin: 0px; padding: 0px; background-color:#7a7f83; }
#bg							{ position:absolute; top:0; left:0; width:100%; height:100%; margin:0px; padding:0px;}
div#flash					{ position: absolute; height: 100%; width: 100%; z-index: 1000; left: 0; top: 0px; margin:0px; padding:0px; }

.menuBox					{ margin:0 auto; width:942px; }
.menu						{ z-index:10000; }

.logoFlash					{ width:440px; height:40px; position:relative; top:25px; z-index: 999; }




.staticBackground			{ position:absolute; left:0; top:0; width:100%; min-height:100%; z-index:100000; background:#FFFFFF; }
.staticBackground .footer	{ width:500px; }
.staticContent				{ margin:30px auto 0; width:500px; padding:15px; }
.staticContent h1			{ font-size:26px; padding:7px 0 20px; }
.staticContent h2			{ font-size:12px; padding:0; margin:0; }
.staticContent p 			{ font-size:12px; padding:0; margin:0 0 12px; }
.staticContent p.double 	{ margin:0 0 24px; }

