@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#container /*Internet Explorer*/ {
	width: 700px;
	margin-top: 50px;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 25px;
}
#container /*Firefox*/ {
	width: 700px;
	background-color: #FFFFFF;
	position: relative;
	text-align: -moz-center;
	margin: 50px auto 25px;
}
#footer /*Internet Explorer*/ {
	height: 59px;
	width: 960px;
	border-top: 2px solid #000000;
	position: relative;
	clear: both;
	text-align: center;
	background: url(../images/efcalogo.gif) no-repeat right 7px;
}
#footer /*Firefox*/ {
	height: 59px;
	width: 960px;
	border-top: 2px solid #000000;
	position: relative;
	clear: both;
	text-align: -moz-center;
	background: url(../images/efcalogo.gif) no-repeat right 7px;
	margin: auto;
}
