body {
	margin:0 auto;
	text-align:center;
	padding:0;
	background-image:url(../images/webPageBg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#f7fdfd;
	font-family:Arial, Helvetica, sans-serif;
	
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
outline:none;
}

moz-any-link:focus{outline-width:0!important}

moz-focus-inner{border-color:transparent!important}

#siteContainer {
outline:none;
}