/* Global Elements
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
background: url(http://www.northantslabour.com/Limages/MainBG1.png) no-repeat scroll 50% 0;
/*background: url(file:///G|/1Clients/NCCLabour/LaunchSite1May/MainBG1.png) no-repeat scroll 50% 0;*/
	background-color:#8D0819;
	text-align: center;
	line-height: 1.6em;
}

/* Global Links
=====================================================================*/

a:link,
a:visited,
a:active
{
	background: transparent;
	color: #981012;
	text-decoration: none;
	
}

a:hover
{
	background: transparent;
	color: #D29EA5;	
	text-decoration: none;
}

a.darkbglink:link,
a:visited,
a:active
{
	background: transparent;
	color: #D29EA5;
	text-decoration: none;
	
}

a.darkbglink:hover
{
	background: transparent;
	color: #FFFFFF;	
	text-decoration: none;
}

