html {
	height: 100%;
	overflow: auto;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	
	text-align: center; /* for IE */
	min-width: 900px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-image:url(../img/newBG.jpg)
}

a {
	color:#B1B1B1;
	font-weight:bold;
	text-decoration:none;
}

#maincontent {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 900px;
	height: 100%;
	
	/*border-left:1px solid;
	border-right:1px solid;
	border-color:#FFBF29;*/
}

#footer {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	text-align: center;
	bottom:0px;
}



#footer ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 5px 45px 5px;
	list-style: none;
	display: inline;
}