/* Common base styles for all Mclenegan.com pages
	NEw apps will just change color and add appropriate styles for that app
*/

body {
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

DIV.footer {
	display: block;
	margin: 15px 15%;
	padding-top:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	clear: both;
	
	/* Set by apps */
	/*border-top: 1px solid #C38018;
	color:  #9CC0E3;*/
}
