* {
	margin:0px;
	padding:0px;
}
* .accessibility {
	display: none;
}

body {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #0088e2 url(../images/common/background.jpg) no-repeat top center;
}
legend {
	display: none;
}
fieldset {
	border: none;
}

/*	==============
	MAIN CONTAINER
	==============	*/
#bbc_container {
	width: 950px;
	max-height: 980px;
	height: 980px;
	overflow: hidden;
	margin: 0px auto;
}

/*	======
	HEADER
	======	*/
#header {
}

/*	===============
	GLOBAL SETTINGS
	===============	*/
.clear {
	clear: both;
	max-height: -1px;
	height: -1px;
}