body
{
	background-color: #E8EBF4;
	margin: 0px;
	font-size: 67.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #9B999A;
}
img
{
	border-width: 0px;
}
a
{
	font-weight: bold; 
	text-decoration: none;
	color: #9B999A;
}
a:hover
{
	color: #DC0066;
}


#tebinfo, #intergraph, #nautica
{
	left: 0px;
	position: absolute;
	width: 145px;
}

#tebinfo
{
	top: 10px;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}
#tebinfo p
{
	margin-top: 2em;
}
#tebinfo img
{
	margin-left: 4px;
	margin-right: 4px;
}

#intergraph
{
	position: absolute;
	top: 400px;
	text-align: center;
}
#nautica
{
	position: absolute;
	top: 450px;
}	

#mainimg
{
	text-align: center;
	position: relative;
	top: 100px;
	margin-left: 145px;
	margin-right: 10px;
	
	font-weight: bold;
}

/* ##### POPUP #####*/
#pup
{
	position: absolute;
	visibility: hidden;
	z-index: 200;
	/*width:200;*/
	width: auto;
	
	border: 1px solid #DC0066;
	padding: 2px;
	background-color: #E9ECF1;

	font-size: 0.8em;
	font-weight: bold;
	color: #9B999A;
}