body {
	background-color:	#e6e6e6;
}
html,body {
	height:			100%;
}

/* HOLDER + CONTENT */
#holder {
	width:			100%;
	height:			100%;
}
/* END HOLDER + CONTENT */




/* FOOTER + HEADER */
#header, #footer {
	width:			100%;
	height:			100px;
}
#footer {
	bottom:			0;
}

#header {
}
#header #logo {
	padding:		27px 10px 0 10px;
}
/* END FOOTER  + HEADER*/
