@import "site/styles/boom-facts.css";

.main #header, #_atssh, #headerright, #menu, .col2,.colophon, .csc-linkToTop {
    display: none !important;
}

div, p, body, ul, li, td, span {
    overflow: none !important;
}

div.pad1 {
	min-height: 375px
}

#center {
	width: 75%;
}

div.col1 {
    float: none;
    width: auto;
}
div#footer {
    display: none;
}



/*
div#_atssh, div#headerright, div#menu, div.col2, .csc-linkToTop {
    display: none;
}
div, p, body, ul, li, td, span {
    overflow: visible !important;
    width: auto !important;
}
div#header {
	height: 105px;
}
div.col1 {
    float: none !important;
    width: auto !important;
}
div#footer {
    display: none;
}
*/