body {
	margin: 0;
	padding: 0;
	background: #AAAAAA url('images/aero50.jpg') no-repeat center;
	font-family: Helvetica;
	font-size: 14px;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 1px solid red;
}

div.top {
	margin: auto;
	top: 110;
	width: 612px;
	height: 60px;
	color: white;
	background-color: #000000;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.85;
	border: 0;
	padding: 0;
}

div.main {
	position: relative;
	margin: auto;
	width: 600px;
	height: 400px;
	color: white;
	background-color: #000000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	padding: 20px;
	overflow: auto;
}

div.bottom {
	margin: auto;
	width: 320px;
	height: 18px;
	color: white;
	background-color: #000000;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.85;
	border: 0;
}

a	{ target: blank;}
a.nav   { color: white; text-decoration: none;}
a:hover { color: red; }
.info {font-size: 75%;}
.quote { font-size:90%; font-weight: 700; font-style: oblique; margin: 1cm 1cm 0cm 1cm; }
.quote2 { font-size:90%; font-weight: 400; font-style: oblique; margin: 0cm 1cm 0cm 1cm; }
.m1     {font-size: 120%; text-decoration: underline;}
.h0      {font-size: 300%; color: white; font-weight: 900;}
.m2     {font-size: 150%; color: black; text-decoration: underline; font-weight: 900;}

