@charset "utf-8";
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#000;
   font-size:smaller;
   vertical-align:bottom;
}
body,td,th {
	color: #DADADA;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: large;
	line-height: 1.3em;
}
body {
	background-color: #000;
}
.highlight  {
	color: #F00;
	font-family: "Times New Roman", Times, serif;
}
.highlight a {
	color: #F00;
	font-family: "Times New Roman", Times, serif;
}
.menu {
	vertical-align:top;
}
.tagline {
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	text-align: center;
	font-weight: bolder;
	font-style: italic;
}
	<!--[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}
	</style>
	<![endif]--> 

