BODY {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}




#content {
	position: absolute;
	left: 200px; top: 50px;
	width: 793px;
	height: 60%;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	
}


#tyc_left {
	position: absolute;
	left: 0;
	top: 45px;
	width: 50%;
}

#tyc_right {
	position: absolute;
	left: 50%;
	top: 45px;
	width: 50%;
}

#tyc_bottom {
	position: absolute;
	left: 0;
	top: 300px;
	width: 100%;
}

.tyc_field, .tyc_title {
  float: left;
  width: 65px;
}

.tyc_fieldr {
  float: left;
  width: 15px;
}

INPUT.tyc_output {
  width: 50px;
  float: left;
  border: 1;
  color: black;
}

