* {
  margin: 0;
  padding: 0;
  border: 0; 
}

ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;	
}

body {
	background-color: #555;
	font: 0.9em "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #efefef;
}

#header {
	background-color: #222;
  	height: 80px;
 	margin-bottom: 30px;
 	position: relative;
}
#header h1 {
	line-height: 80px;
	text-align: center;
}
#header span {
	display: block;
}
#by {
	position: absolute;
	right: 10px;
	bottom: 6px;
    color: #777;
}
#by a {
    color: #777;
}

#container {
	width: 100%;
	margin-bottom: 100px;
}

p.info {
	text-align: center;
}

#content {
	width: 500px;
	margin: 0 auto 0 auto;
	padding-top: 50px;
}

#content p {
	margin-top: 70px;
}

#content p.first {
	margin-top:  0;
}

h1, h2, h3 {
	color: white;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

a img {
	border-width: 0;
}

a {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	color: white;
	text-decoration: none;
}

a:hover, #by a:hover {
	color: #61f740;
}

a:active {
	color: #e6e600;
}

a#reveal_mark {
	color: #61f740;
	text-decoration: underline;	
}

p#mark_zuckerberg {
	margin-top: 8px;
}

img#reveal_smiley {
	display: block;
	margin-top: 2px;
}

