/* ITEMS TO NOTE

	blue:	   64add6	/	light blue:		b4e1fa	/	dark blue:	237596	
	orange:	   d6a02c	/	light orange:	f7d783	/
	grey:	   5c5c5c	/	light grey:		686868	/
	
	Footer content placement hat tip: http://themaninblue.com/experiment/footerStickAlt/
	
*/

@import url("reset.css");

html {height: 100%;}
body {
	width: 1260px;
	height: 100%;
	background-color: #000;
	background-image:  url(s&g_bg_tall.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}


#wrap {
	width: 1260px;
	position: relative;
	min-height: 100%;
	}
	
	* html #wrap {height: 100%;}
	
#content {
	height: 904px;
	/* padding-bottom: 178px; */
	}

#footer {
	position: relative;
	margin-top: -132px;
	background: transparent url(footercomp.png) no-repeat bottom left;
	width: 1260px;
	height: 132px;
	} 

	/* #footer object {margin-bottom: -4px;} */