html { 	
	margin: auto;
 	padding-top: 3%;
	margin-bottom: 3%;
	background: url( 'img/craps-table-02.jpg' ) #919191 no-repeat fixed center;
 	font-family: monospace;
 	/*opacity: 0.5;*/	
	}	

	body, #content {	opacity: 1.0;	}
*:before, *:after { /* This will automatically make the format of every elemnt like a box(div) element */
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Chrome,Safari */ 
	}
	
.clearfix:before, .clearfix:after { display: table; content: " "; }
.clearfix:before, .clearfix:after { clear: both; }

#content {
	padding: 15px;
 	margin: auto;
 	width: 93%;
 	border-radius: 35px/55px;
 	}
.center { margin: auto; text-align: center; }

#betting_form {
	position: fixed;
	bottom: 2px;
	left: 0;
	width: 100%;
	padding: 5px;
	margin: auto;
	background: green;
	border-top: 6px groove black;
	font-size: 1.25em;
	}

#score_card {
	float: left;
	}

#players_hand {}