html {
	width:100%;
	height:100%;			
	background-color: black;
}		
body {
	width:99%;
	height:100%;
}
#table, td, tr {
	/* border: 1px solid white; */
}
.main {
	position: absolute;
	top: 0px;
	width: 99%;
	height: 98%;
}
.sub {
	width: 1024px;
	height: 768px;
}
td {
	position: relative;
	color: white;
	font-family: Arial;
	font-size: 16px;
}
td.tdSub {
	position: relative;
	color: white;
	font-family: Arial;
	font-size: 16px;
	vertical-align: top;
}
img.mainMap {
	border: 0;
	width: 1024px;
	height: 768px;
}
#content {
	position: absolute;
	top: 200px;
	left: 200px;
	height: 400px;
}
div.divText {
 	position: absolute;
	top: 5px;
	left: 5px;
	width:95%;
	height:95%;
	text-align: justify;
	color: white;
	font-family: Arial;
	font-size: 16px;	
}
iframe.cvText {
	position: absolute;
	top: 200px;
	left: 14%;
	width: 73%;
	height: 425px;
	overflow: auto;
}