body, table{
	margin-top: 2px;
}

body{
	width: 99%; /* to center web site on IE */
	text-align: center; /* to fix center bug on IE */ 
}

div#siteContainer{
	width: 980px; /* to set a fixed width on IE and FF we need a global site container */
	margin: auto; /* to center web site on IE */
	text-align: left; /* to fix center bug on IE */ 
}

div#banner{
	border-bottom: 1px solid gray;
}

div#banner_logo{
	float: left;
	margin-right: 9px;
}

div#banner_banner{
	float: left;
}

html>body #main{
	height: auto;
	min-height: 423px;
}

div#footerContainer{
	text-align: center;
	font-size: 11px;
}

.footer{
	border-top: 1px solid gray;
	width: 50%;
	margin: auto;
}