#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:833px;
  height: 100%;
  margin: auto;
  background:  #eee url(img/bg.png) repeat-x;
  }

#container {
	margin-top: 100px;}
h1 {
	font-family: Helvetica;
	font-size: 20px;
	font-weight: 100;
	color: #aaa;
	text-align: center;
	}
a {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
	color:#ff9000
	}