 
#container {
	background-color: #000000;
	background-image: url("images/BBH2-background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 1400px;
	display: table;
	text-align: center;
	position:relative;
}

#title {
	color: #ffffff;
	height: 25px;
	margin: 25 auto;
}


/*	framed content
-------------------------------------------------------------- */

#frame {
	width: 794px;
	height: 1075px;
	margin: 0px auto -1px auto;
	background-color: #f3f3f3;
	text-align: left;
}

#topcurve {
	width: 794px;
	height: 16px;
	margin: 260px auto -1px auto;
	text-align: left;
	background-image: url("images/BBH2-topcurve.png");
	background-repeat: no-repeat;
	background-position: center top;

}


#bottomcurve {
	width: 794px;
	height: 16px;
	margin: 0px auto -1px auto;
	background-image: url("images/BBH2-bottomcurve.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 50px;
	clear: both;
}

#video {
	height: 374px;
	width: 415px;
	float: left;
	margin-left: 20px;
}
#game {
	height: 340px;
	width: 330px;
	float: right;
	margin-left: 10px;
}
