#headerCell {
	width: 216px;
	background-color: #039;
}
#bridgeCell {
	width: 312px;
	background-color: #3457B5;
}
#dockCell {
	width: 212px;
	background-color: #3457B5;
}

#americasCell {
	background: #039;
}
#euroAfricCell {
	background: #1A48A3;
}
#asiaAustCell {
	background: #335CAD;
}

#atlantis a, #americas a, #euroAfric a, #asiaAust a {
	font-family: verdana;
	font-weight: bold;
	font-size: .7em;
	text-decoration: underline;
	color: #E6EBF5;
}
#atlantis a:hover, #americas a:hover, #euroAfric a:hover, #asiaAust a:hover {
	color: #FFF;
}
#americas td a img, #euroAfric td a img, #asiaAust td a img {
	position: relative;
	left: 2px;
}

#transitionMessage {
    position: absolute;
    top: 160px;
    left: 235px;
    margin: 0;
    padding: 10px;
    border: 3px solid #39f;
    background-color: #bdf;
    width: 480px;
    height: auto;
    font: 11px verdana, sans-serif;
    color: #000;
}

#transitionMessage p { margin: 0 0 11px 0; line-height: 13px; }