* {
	margin: 0;
	padding: 0;
}

ol, ul {
  list-style: none;
}

img {
  border: none;
} 

body {
	font-family: sans-serif;
	background: #000;	 
	color: #fff;
}

a {color: #fff;}

#page {
	width: 800px;
	margin: 10px auto 0px auto;
}

.hide {
  height:1px;
  left:0px;
  overflow:hidden;
  position:absolute;
  left:-999em;
  width:1px;
}
