/*
*	Placeto CMS - Default Template
*		A template designed to show the basic functions of Placeto's template framework
*
*	Author: Benjamin Jay Young
*		http://www.blahertech.org/projects/placeto
*
*	Placeto Template - Default (C) BlaherTech - Benjamin Jay Young 2009
*	This Placeto Template is released under the GNU GPL 3.0 which is free and open source.
*	You may edit or distrubute this template at your own free will, with the proper accreditation.
*/

/* Print CSS */

*
{
	background: #fff none;
	width: auto !important;
	height: auto !important;
	color: #000;
}
#logo, #nav, #bread, #adsense
{
	display: none;
}
#stretcher, #footer
{
	position: inherit;
}
#footer #copy
{
	margin: auto;
	text-align: center;
}
