HEADER { cursor:pointer; height:180px; background-image: url("../images/tde_header.png"); background-repeat: no-repeat; }
#links { float:left; }
#links UL { width:200px; margin:0px; margin-left:-40px; height:100%; }
#links UL LI { display:inline-block; text-align:center; font-size:1em; width:100%; font-family:sans-serif; }
#links UL LI A { color:black; text-decoration:none; width:100%;  }
#links UL LI A:hover { color:white; }
#links UL LI:hover { cursor:pointer; background-color:gray; }
FOOTER { 
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center; 
}
FOOTER UL { margin:0px; margin-left:-40px; width:100%; display:inline-block; width:95%; }
FOOTER UL LI { display:inline-block; text-align:center; font-size:1em; width:24%; font-family:sans-serif; }
FOOTER UL LI A { padding:0.5em; color:white; text-decoration:none; width:100%; display:inline-block;  }
FOOTER UL LI:hover { background-color:gray; }
FOOTER P { text-align:center; }
ARTICLE { float:left; width:75%; }

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}