body {
  background: #111 url(bg.png) repeat-x top; 
	color: white;
}

div#container {
  max-width: 1000px;
  margin: auto;
}

div#logo {
	color: #fff;
	height: 4.2em;
}

div#logo a {
	text-decoration:none;
	color: white;	
	font-family: Helvetica;
	font-size: 3em;
	font-weight: bold;
	float: left;
}

div#logo p {
	position: absolute;
	margin-left: 27em;
	margin-top: 3em;
	font-size: 0.8em;
	font-weight: bold;
	color: #bbb;
}

div#main {
	background-color: #ddd;
	border: 1px solid #777;	
	padding: 1em;
	padding-top: 0;
	border-radius: 5px 5px 0 0;
	color: black;
}

img.thumb {
	float: left;
	margin: 0.5em 1em .5em .5em;
	box-shadow: 0px 0px 10px #111; 
  /*width: 15em;*/
}

div.section {
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 8px;
	margin: 0.8em 0;
	padding: 0.4em;
	position:relative;
}

div.section h2 {
  margin: .2em;
}

div.section p.description {
	line-height: 180%;
	margin-top: .2em;
	margin-bottom: .2em;
	/*text-align: justify;*/
	/*max-width: 75%;*/
	/*max-width: 30em;
	float: left;*/
}

div.section span.playGame {
  /*margin-right: 1.8em;*/
  text-align: center;
  width: 10em;
  font-size: 20px;
  font-weight: bold;
  position:absolute;
  bottom: .5em;
  right: .5em;
  /*float: right;*/
  background: #167F39;
  color: white;
  border-radius: 10px;
  height: 2em;
  line-height: 2em;
}

div#footer {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #000;  
  border-radius: 0 0 5px 5px;
  background: -moz-linear-gradient(100% 100% 90deg, #111, #eee);
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#111), to(#eee)); 
  text-shadow: 1px 1px #777;
}
