body { 
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #99CCFF;
	color: #000000;
	font-family: Arial, sans-serif; }
	
p { 
	font-size: 14px; }
	
.emph { 
	font-weight: bold; }
		
#content {
	position: fixed;
	width: 800px; 
	margin-left: 55px; }

#sidebar {
	float: left;
	position: relative;
	top: 250px;
	height: 200px;
	width: 195px; }
	
#sidebar p {
	font-size: 12px;
	text-align: center;
	line-height: 120%; }

#slots {
	float: left;
	position: relative;
	top: 270px;
	height: 500px;
	width: 375px;
	padding: 8px; }
	
#slots ul li{
	display: inline; 
	list-style-type: none; }
	
#buttons {
	float: left;
	position: relative;
	top: 295px;
	line-height: 5%;
	padding: 5px;
	color: #c9a257;
	font-weight: bold; }

.button {
	color: #c9a257;
	background-color: #734120;
	border-color: #c9a257 #c9a257 #c9a257 #c9a257; }
	
#message {
	position: fixed;
	margin-top: 600px;
	margin-left: 285px;
	height: 50px;
	width: 375px; }
	
#message p {
	text-align: center;
	font-size: 14px; 
	font-weight: bold; }
