﻿body {
  margin: 0;
  height: 100vh;
  background-image:url('../img/biobg-50-50.png');  no-repeat center center fixed;
  background:cover;
}
table {
	 width:100%;
	 max-width:900px;
	 margin:0px auto 50px auto;
	 border:0px	fuchsia solid;
	 height:100vh;
	 z-index:5;"
}
td{
	border:0px red solid
}
.tdblk {
	background-color:black
}
.tdwht {
	background-color:white
}
.tdimg {
	
}
.tdtop {
	background-color:black;
	height:250px;
	width:30%;"
}
.biotxt {
	font-family: 'swiss condensed';
	font-size: 13pt;
	width: 65%;
	line-height: 17pt;
	background-color:white;
	padding:100px 0px 0px 15px;
}
.biotxt p {
	text-indent: 25px;
	margin: 4px;
}

@media (max-width:750px) {
.white	{width: 70%;}
.biotxt	{margin: 100px 0px 0px 60px; font-family:swiss condensed; padding:75px 5px 0px 5px}
.tdtop	{height: 150px}
}
