/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

body {
	text-align: center;
	background: url(../images/bkgrd/body-bkgrd.jpg) top center repeat-x #7A7A7A;
   	}

div#container {
	width: 782px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 10px;
	}
	
div#bc {
	float: left;
	width: 384px;
	margin: 39px 14px 0 0;
	}
	
div#bm {
	float: left;
	width: 384px;
	margin-top: 2px;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}
