/*
***********************************************************
Title:     Print
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

#header,#bread, #left,#right,#footer {
	display: none;
}

body * {
background: #FFF;
color: #000;
width: auto;
float: none;
display: block;
}

body {
background: #FFF url(../images/logo.gif) no-repeat right top;
padding: 20px;
padding-top: 100px;
}
	
#container, #main, #center {
background: #FFF;
height: auto;
min-height: auto;
width: 100%;
padding: 0;
}