@charset "utf-8";
/* ~~ This fixed width container surrounds all other divs ~~ */
.containerTABTEST {
	width: 1050px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 975px;
}
.phonez {
	color: #F69;
	height: 100px;
	width: 500px;
	display: none;
}
