/*
INTO THE WILD STYLES - HOME PAGE ONLY
==============================================================================
GENERAL STYLES
==============================================================================
*/

body {
	background-color: #FFFFFF;
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
.cell_horiz {
	vertical-align: top;
	text-align: center;
}
.footer {
	vertical-align: top;
	text-align: center;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: italic;
}