html {
    height:100%;
}
body{
	background-color: #009ddc;
	font-family: Verdana;
	margin: 0;
	padding: 0;
    height:100%;
}
#index-content td {
	padding-bottom: 10px;
}
table.main {
	width: 97%;
    height:100%;
    margin: auto;
}
td.header {
	color: #FFF;
	width: 100%;
    height:179px;
    vertical-align: bottom;
}
td.body {
	background-color: #FFF;
	border: 1px solid #00A;
	min-width: 790px;
	width: 100%;
}
table.links{
	background-color: #090A0B;
	color: #FFF;
	width: 100%;
}
td.link{
	width: 150px;
}
table.imgdesc{
	color: #FFF;
}
A:link{
	color:#00AAFF;
	text-decoration:none;
	font-weight:bold;
}
A:visited{
	color:#00AAFF;
	text-decoration:none;
	font-weight:bold
}
A:active{
	color:#00AAFF;
	font-weight:bold
}
A:hover{
	color:#00F;
	text-decoration:underline;
}