html,body {
	margin:0;
	padding:0;
  height: auto;
  background:#0e0e0e;
	}
body {
	font: 12px "Lucida Grande", sans-serif;
	line-height:20px;
	height: 680px;
	color:#bababa;
	background:#0e0e0e;
  background-image:url('http://reasoninteractive.com/tools/benfranklin/about/img/bg.jpg');
  background-repeat:no-repeat;
  background-position:center;
	}
p {
	margin:10px 10px 10px 0;
	}
h1 {
  font-size: 55px;
  font-weight: normal;
  color: #fff;
  }
img { 
  border-style: none;
  }

  
/* links */
a {
	text-decoration:none;
	font-weight: bold;
	color:#fff;
	}
a:visited, a:active, a:hover.inlinelink {
	text-decoration:none;
	}
a.inlinelink {
	font-weight:normal;
	color:#000;
	}
a:hover, a:visited.inlinelink, a:active.inlinelink   {
	text-decoration:underline;
	}


/* ul	*/
ul
  {
  margin-left: 0;
  padding-left: 0;
  }

li {
  list-style: none;
  margin: 10px;
  }

	
/* layout */
div#container {
	text-align:left;
	width:800px;
	margin:0 auto;
	height: 100%;
	}
		

/* columns */
div#divLeft {
	float:left;
	width:500px;
	margin: 50px 0 0 -10px;
	}
div#divRight {
	float:right;
	width:300px;
	margin: 30px 0 0 0;
	}
#reason {
  margin: 25px 0 -15px 0;
}
#appstore {
  padding: 5px 0 10px 0;
}
#log {
    font-size: 11px;
    line-height: 13px;
    color: #666;
}
#footer {
  font-size: 9px;
  margin: 0 0 0 -10px;
  padding: 0;
  color: #4a4a4a;
  width:500px;
  text-align: left;
  float:left;
}
