* {
	margin:0px;
	padding:0px;
}
* .accessibility {
	display: none;
}

body {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #97bf0d url(../images/common/background.jpg) no-repeat top center;
}
legend {
	display: none;
}
fieldset {
	border: none;
}

/*	==============
	MAIN CONTAINER
	==============	*/
#bbc_container {
	width: 940px;
	max-height: 1000px;
	height: 1000px;
	overflow: hidden;
	margin: 0px auto;
}

/*	======
	HEADER
	======	*/
#header {
}

/*	===============
	GLOBAL SETTINGS
	===============	*/
.clear {
	clear: both;
	max-height: -1px;
	height: -1px;
}
.PNG {
	behavior: url(css/iepngfix.htc)	
}

#footer {
	height: 66px;
	margin-left: 10px;
	position: relative;
	z-index: 0;
	background: url(../images/common/footer.jpg) no-repeat top left;
	/*top: -260px;*/
}
 #footer img {
	margin-right: 3px;
 }
