@import url(reset.css);

html, body {
  background-color: #000;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Courier New, Helvetica, sans-serif;
  height: 100%;
  height:auto !important;
  height:1024px;
  font-size: 62.5%; /* Sets 1em = 10px */
}

#container {
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  font-family: Arial Narrow, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #333;
}

#footer {
	position:relative;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	font-family: Courier New, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #333;
	clear: both;
}

#share {
	position:absolute;
	z-index:9999;
}
