	html, body{ min-height:100%; height:100%;}
	
	body {
	  	height: 100%; 
  	  	margin: 0; 
  		padding: 0; 
  		width: 100%;
	
   		text-align: center;
   		
   		background-image: url( '../background/1.jpg' );
   		background-repeat: repeat;
   		background-attachment: fixed;
   		
   		background-color:#000000;
   		
   		font-family: arial,helvetica,sans-serif;
		font-size: 12pt;
	}

	div#main_area {
	
		padding: 0;
		margin: 0 auto 0 auto;
		width: 950px;
		min-height:100%; 
		height:auto;

		position: relative; 
		text-align: left; 
		
		/* background-color:#000000; */
		/*
		background-image: url( '../images/bg2-2.jpg' );
		background-repeat: no-repeat;
		background-position: 0 140px;
		background-attachment: scroll;*/
	}

	div#bg {
		z-order: 2;	
		left: 0px;		
		top: 140px;
		width: 634px;
		height: 500px;
		padding: 0;
		margin: 0;
		position: absolute;
		background-image: url( '../images/bg2-2.jpg' );
		background-repeat: no-repeat;
		/*background-color:#000000;*/
	}
