	body {
 		margin: 0; 
 		padding: 0;
   		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;
		height: 680px;

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

	/* text area */
	
	div#text_area {
		left: 182px;		
		top: 182px;
		width: 576px;
		height: 100%;
		padding:0;
		margin: 0;
		position: absolute;
		background-color:#FAFE00;
	}
