/* @override 
	http://briandettmer.com/splash.css
*/

body {
	background: #111;
}

#content { 	
  position: absolute;
  margin: -190px 0px 0px 0px;
  top: 47%; 
  left: 36px;
  width: 960px;
  overflow: auto;
  font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ccc;
  line-height: 36px;
}

h1 {
	display: inline;
	color: #fff;
	font-weight: bold;
	background: #000;
	line-height: 42px;
}

#content h1 span {
	color: #444;
}

dl {
	margin-left: 36px;
}

dt {
	display: inline;
}

dd {
	margin-top: -36px;
	margin-left: 150px;
}

a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid;
	border-color: #3bfcf2;
}

a:hover {
	color: #3bfcf2;
}

#contentBig { 	
  position: absolute;
  margin: -300px 0px 0px -400px;
  top: 47%; 
  left: 50%;
  overflow: auto;
}

#content object {
	border:10px solid #000;
}