body {
	background: #f6f6f6;
}
.button1 {  
    background: url(images/download.png) 0 0;  
    height:33px;  
    width:292px;  
    display:block; 
	cursor: pointer;
}  
.button1:hover {  
    background: url(images/download.png) 0 33px;  
}  

.container {
	margin: 10px auto;
	width: 870px; 
	background: #ffffff;
	padding: 30px;
	border: 1px solid #ececec;
}
.game {
	width: 550px;
	padding: 10px 0 0 10px;
	float: left;
	/* background: #658ebc; */
}

.game img {
	border: 1px solid #e9e9e9;
}

.right {
	width: 292x;
	float: right;
}

.info {
	width: 274px;
	padding: 8px;
	margin: 0 0 10px 0;
	color: #1c1c1c;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.copyleft {
	margin: 10px 0 0 0;
}

.copyleft a {
	color: #3B5998;
	text-decoration: none;
	font-weight: bold;
}

.copyleft a:hover {
	text-decoration: underline;
}

.colors {
	background: #f5faff;
	border: 1px solid #e5effa; 
}

.clear { 
	clear: both;
}


**** Speech Bubble Icons *****/
.spch-bub-outside {
  position: relative;
}
.spch-bub-outside .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 1.1em;
  left: 0.4em;
  display: block;
  border-left: 0.45em solid #00F; 
  border-bottom: 0.45em solid #FFF; /* IE fix */
  border-bottom: 0.45em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}
.spch-bub-outside {
 padding-left: 2.0em;
}
.spch-bub-outside .bubble {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  height: 1.1em;
  width: 1.8em;
  background: #00F;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
}
div.spch-bub-outside {
  height: 1.5em;
  width: 0;
}
