/* Welcome Box */
	#boxa {
		background-color: #EBF7FF;
		width: 650px;
		margin-bottom: 20px;
	}
	.t {
		background: url(../ig/dot.png) 0 0 repeat-x;
		width:650px;
	}
	.b {
		background: url(../ig/dot.png) 0 100% repeat-x;
	}
	.l {
		background: url(../ig/dot.png) 0 0 repeat-y;
	}
	.r {
		background: url(../ig/dot.png) 100% 0 repeat-y;
	}
	.bl {
		background: url(../ig/bl.png) 0 100% no-repeat;
	}
	.br {
		background: url(../ig/br.png) 100% 100% no-repeat;
	}
	.tl {
		background: url(../ig/tl.png) 0 0 no-repeat;
	}
	.tr {
		background: url(../ig/tr.png) 100% 0 no-repeat;
		padding:10px;
	}
	#box_a_contents {
		width: 630px;
	}
/* End Welcome Box */

/* Connection Boxes */
	#boxb {
		width: 650px;
		height: 495px;
	}
	div.more_info {
		position: relative;
		top: 395px;
		left: 110px;
	}
	div.anti_more_info {
		position: relative;
		top: -40px;
	}
	img.more_info {
		border: 0px 0px 0px 0px;
	}
	/* Left (Green) Box */
		#green {
			float: left;
			outline-color: #0096FF;
			width: 200px;
			height: 510px;
			margin-left: 0px;
		}
		#green_bt {
			background-image: url(../ig/bt_green_text.png);
			background-position-y:top;
			background-repeat:repeat-x;
			height: 60px;
			width: 200px;
			line-height: 55px; 
			text-align:center;
			font-size:1.7em;
		}
		#green_body {
			background-color:#5DB816;
			height: 428px;
			width: 190px;
			padding-bottom: 5px;
			padding-top: 5px;
			padding-left: 5px;
			padding-right: 5px;
		}
		#green_bt_base {
			background-image: url(../ig/bt_base_green.png);
			background-position-y:top;
			background-repeat:repeat-x;
			height: 12px;
			width: 200px;
			line-height: 55px; 
			text-align:center;
			font-size:1.7em;
		}
	/* End Green Box */

	/* Right (Orange) Box */
		#orange {
			float: right;
			outline-color: #0096FF;
			width: 200px;
			height: 510px;
			margin-right: 0px;
		}
		#orange_bt {
			background-image: url(../ig/bt_orange_text.png);
			/*background-image: url(../ig/bt_orange_dialup.png);*/
			background-position-y:top;
			background-repeat:repeat-x;
			height: 60px;
			width: 200px;
			line-height: 55px; 
			text-align:center;
			font-size:1.7em;
		}
		#orange_body {
			background-color:#FE6600;
			height: 428px;
			width: 190px;
			padding-bottom: 5px;
			padding-top: 5px;
			padding-left: 5px;
			padding-right: 5px;
		}
		#orange_bt_base {
			background-image: url(../ig/bt_base_orange.png);
			background-position-y:top;
			background-repeat:repeat-x;
			height: 12px;
			width: 200px;
			line-height: 55px; 
			text-align:center;
			font-size:1.7em;
		}
		/* End Orange Box */
		
		/* Middle (Blue) Box */
		#blue {
			float: left;
			outline-color: #0096FF;
			width: 200px;
			height: 510px;
			margin-left: 25px;
		}
		#blue_bt {
			background-image: url(../ig/bt_blue_text.png);
			background-position-y:top;
			background-repeat:repeat-x;
			height: 60px;
			width: 200px;
			line-height: 55px; 
			text-align:center;
			font-size:1.7em;
		}
		#blue_body {
			background-color:#4B98F3;
			height: 428px;
			width: 190px;
			padding-bottom: 5px;
			padding-top: 5px;
			padding-left: 5px;
			padding-right: 5px;
		}
		#blue_bt_base {
			background-image: url(../ig/bt_base_blue.png);
			background-position-y:top;
			background-repeat:repeat-x;
			height: 12px;
			width: 200px;
			line-height: 55px; 
			text-align:center;
			font-size:1.7em;
		}
		/* End Wireless Box */