#container1 {
		margin: 0px auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 100%;
	}

	
#container2 {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		border: 0px solid #666;
		width: 100%;
		height: 100%; 
	}
	
#container3 {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		border: 0px solid #666;
		width: 100%;
		height: 100;
		 
	}
	
