This is what you have at the bottom of your stylesheet currently:

Code:
#informationContent a:hover, #moreinformation a:hover {
	color: maroon;


.legalCopyright


}
Should be
Code:
#informationContent a:hover, #moreinformation a:hover {
	color: maroon;
}

.legalCopyright {padding: 0.6em;}


}
Add the stuff in red and remove the wavy bracket in green