 body{ margin:0px; background: url('images/bk.png') no-repeat fixed top center;
       padding:140px 0 0 0; color:#000; font-family:Arial,Helvetica,Sans-Serif; font-size:16px;
 } 

 div#container{background-color:transparent;}
 div#header{ background: url('images/header.png') no-repeat fixed top center; position:absolute; top:0; 
  left:0; 
  width:100%;
  height:141px;
 }
 
 .headline {font-size: 33px; font-family: Tahoma; color: #CC0000; margin-top: 0px; margin-bottom: 10px;}

div#footer{ background: url('images/footer.png') no-repeat fixed bottom center; 
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:88px;
 }
 
 .footer {
			color:#878787;
			font-size:11px;
			padding:20px 0;
			text-align:center;
		}

			.footer a {
				color:#878787;
				margin:0 5px;
				text-decoration:none;
			}

			.footer a:hover {
				text-decoration:underline;
			}

div#footer2{ background: url('images/footer2.png') no-repeat fixed bottom center; 
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:88px;
 }
 
 .footer2 {
			color:#878787;
			font-size:11px;
			padding:20px 0;
			text-align:center;
		}

			.footer2 a {
				color:#878787;
				margin:0 5px;
				text-decoration:none;
			}

			.footer2 a:hover {
				text-decoration:underline;
			}
						
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
   body>div#footer2{
   position:fixed;
  }
 }

 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
 h1{font-size: 18pt;margin:0px 0 0px -5px;}
 h2{font-size: 15pt;margin:10px 0 10px 0;}
 
.style1 {font-size: 18pt;font-weight:bold;}
.style2 {font-size: 16pt;font-weight:bold;}
.style3 {font-size: 10px;
}
.style4 {
	font-size: 16px;
	font-weight: normal;
	line-height:170%;
}
.style6 {
	font-size: 12px;
	color: #666666;
}
.style8 {color: #000000}


