/*  Author: Matthew Vaughan - Simplefusion.co.uk 
	Email: Matt@simplefusion.co.uk */
#leftEndBar{
background-image:url(../Body/leftEnd.png);
background-repeat:no-repeat;
}
#rightEndBar{
background-image:url(../Body/rightEnd.png);
background-repeat:no-repeat;
}
/*Bottom Link */
#bottomLink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-repeat:no-repeat;
}
#bottomLink a{
	display:block;
	background-image:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	}
#bottomLink a:hover{
	display:block;
	background-image:url(../Body/BottomRoll.jpg);
	background-repeat:repeat-x;
	}
/* Footer bottom of page */
#Footer{
	background-position:top;
	background-repeat:repeat-x;
	background-color:#666666;
	min-height:150px;
	height:100%;
	position:fixed;
	margin-top:25px;
	top:530px;
}
