/* layout */
		
		
		
		#mainImg{
			display:block;
			margin-left: 50px;
			
		} 		
		
		#bodyTxt{
			float:right;
			width:550px;
			height:575px;
			overflow:auto;
			margin-top:125px;
			margin-right: 50px;
			display: inline;
			
		}
		
		#switch_table {
			width: 500px;
			height: 150px;
			border: 1px solid silver;
		}
		
		#switch_table td, #switch_table th{
			border: 1px solid silver;
			width: 33%;
			text-align: center;
			vertical-align: middle;
		}