
#footer {
	clear: both;
	text-align: center;
}
#footer,
#outer {
	/*-background-color: #fff;*/
	margin: 0 auto 0 auto;
	width: 801px;
}
#logo {
	float: left;
}
#topright {
	float: right;
}
/* everything but ie 7 */
#tagline {
	width: 800px;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 0.8em;
}
/* ie7 */
#tagline-ie7-only {
	letter-spacing: 0.9em;
}

.movingarrow {
	position: absolute;
	left: 0px;
	display: none;
	/*top: 149px;*/
	top: 90px;
}
#movingarrow1 {	top: 0px; }
#movingarrow2 {	top: 86px; }

.rcontainer {
	float: left;
}

label {
	margin-top: 0.5em;
	width: 100px;
	display: block;
	float: left;
	clear: both;
}
input, textarea {
	margin-top: 0.5em;
}

/********** PAGE SPECIFIC ************/
/********** PAGE SPECIFIC ************/
/********** PAGE SPECIFIC ************/


/********** index ************/
		#thefirst {
			color: #aaa;
			font-weight: bold;
			line-height: 30px;
			position: relative;
			left:-3px;
			z-index: 3;
			top: 10px;
		}
		#hundredpounds {
			color: #bbb;
			line-height: 90px;
			float: right;
			position: relative;
			left: 5px;
			top: -35px;
			z-index: 2;
			letter-spacing: 0px;
		}
		html:not([dummy]) #hundredpounds {
			letter-spacing: 0px;
		}
		#free {
			display: block;
			color: #fff;
			font-weight: bold;
			letter-spacing: -10px;
			line-height: 0.3em;
			position: relative;
			top: -61px;
			left: 30px;
			z-index: 1;
		}
		html:not([dummy]) #free {
			top: -10px;
		}
		.fquote{
			vertical-align: top;
			vertical-align: bottom;
		}
		.lquote{
			text-align: right;
			line-height: 10px;
		}
		html:not([dummy]) .lquote{
			line-height: 0px;
		}
		.quote {
			display: block;
			vertical-align: bottom;
			margin-left: 15px;
			margin-top: -30px;
		}
