/* CSS Document */


	
body {margin: 0;
       padding: 0;
	   background-image: url(../images/background_client.jpg);
	   background-repeat: repeat-x;
	   background-color: #34307A;
	   text-align: center;}
 #foreground {margin: 82px auto 0;
              width: 849px;
			  height: 622px;
			  position: relative;
			  top: 0;
			  left: 0;
			  background-image: url(../images/content_foreground.jpg);
			  background-repeat: repeat-x;
			  background-position: left top;
			  z-index: 1;} 
 #left_foreground { width: 24px;
                    height: 622px;
					
					position: absolute;
					left: 0;
					top: 0;
					z-index: 1;}
 #right_foreground {width: 24px;
                    height: 622px;
					background-image:url(../images/right_foreground.gif);
					position: absolute;
					right: 0;
					top: 0;
					z-index: 1;}
	#bottom_foreground {width: 801x;
                    height: 21px;
					
					position: absolute;
					left: 24px;
					bottom: 0;
					z-index: 1;}						
										    
 img {display: block;}
	
	   
	   
 #container {width: 770px;
             margin: 0 auto;
			 position: relative;
			 top: 0;
			 left: 0;
			 text-align: left;  }
 #flash  {width: 770px;
          height: 590px;
		  position: absolute;
		  top: 0;
		  left: 3px;
		  z-index: 10;
		 
		  
		 }
 #content {width: 770px;
           height: 297px;
		   position: absolute;
		   top: 303px;
		   left: 0;
		   z-index: 5;
		   }
 #logo {position: absolute;
        top: 11px;
		left: 6px;}		   	 
		 			 
			 