/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-image:  url("images/background.jpg");
	background-attachment: fixed;
	}
	
html,body { height: 100%; }

#container {
   width: 710px;
   margin: auto;
   background-color:#17447a;
   z-index: 0;
   }
   
#container2 {
   width: 690px;
   height: 100%;
   background-color:#FFFFFF;
   margin: auto;
   z-index: 1;
   }
   
#scrollbox {
	width: 680px;
	height: 338px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	}
   
#header {
   top: 0px;
   left: 0px;
   width: 690px;
   height: 75px;
   z-index: 2;}
   
#trustedchoice {
   position: absolute;
   width: 131px;
   height: 73px;
   margin-left: -28px;
   top: 38px;
   z-index: 10;
   background-image:  url("images/trustedchoice1.png");
   }

* html #trustedchoice {	background-image:  url("images/trustedfix.gif"); margin-left: -38px; }
   
#footer {
	width: 690px;
	height: 18px;
	padding:0;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	bottom: 0px;
	background-color: #17447a;
	z-index: 2;
	}