@charset "utf-8";
/* CSS Document - NeatTweets, Print-full color versions of dynamic pages */

/* if printable=no, this simulates screen syles when printed, but forces the print of top masthead as an image in logo 2, instead of negating it as a background image. */



#header .line1 {
	background-image: none;
}

#header .line1 .logo .logo2 {
    display: block;
	text-align: center;
	width: 100%;
}

#content-container {
	margin-top: 140px;
	background-image: none;
	background-color: #FFF;
}
