/*
***********************************************************
Title:     Print
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

body {
	background: #FFF url(../images/logo.png) no-repeat right top;
	padding-top: 100px;
}

*, a {
	color: #000;
	border-color: #000;
	background: #FFF;
}

a {
	text-decoration: underline;
}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: 0;
	width: 96%;
	position: relative;	
}

#main, #center, #right, #footer {
	background: #FFF;
	display: block; 
	float: none;
	height: auto;
	margin: 0;
	width: 100%;
}

#header, #skip, #left, #bread  {
	display: none;
}

