@charset "utf-8";
/* CSS Document */


/*This is the CSS for LARGE screens - i should have FIXED footer*/
/*This loads SECOND - be sure to undo in This one anything you do have done in WIDESCREEN.CSS*/
#footer {
	visibility: hidden;
}
#fixedFooter {
	visibility: visible;
}
#spacer {
	visibility: visible;
	padding-top: 200px;
	padding-bottom: 200px;
}
