/*
***********************************************************
Title:     Print
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";


/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
body {
	background: #FFF url(../images/logo.png) no-repeat right top;
	padding-top: 140px;
}

#container {
	margin: auto;
	width: 900px;
	position: relative;	
}

#main, #col-02, #col-03, #col-04, #footer {
	display: block; 
	float: none;
	height: auto;
	margin: 0;
	width: 100%;
}

#header, #skip, #col-01, #nc {
	display: none;
}
