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

body {
    background-color: #eee;
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

div#content {
	margin-left: 10%;
    margin-top: 10%;
	margin-right: 10%;
    margin-bottom: 100px;
    max-width: 400px;
}

div#content img#profile {
	width: 70px;
	height: 70px;
}

div#content h1 {
	font-size: 16px;
	margin-bottom: 2px;
}

div#content p {
    font-size: 14px;
	margin-bottom: 10px;
}

div#content a {
	text-decoration: none;
	color: inherit;
}

div#content img.icon {
	width: 30px;
	height: 30px;
	opacity: .5;
	margin-right: 5px;
	margin-top: 5px;
}

div#footer {
  position: fixed;
  left: 40px;
  bottom: 40px;
}

div#footer p {
  font-size: 12px;
  color: #555;
}

div#footer a {
	text-decoration: none;
	color: inherit;
}