article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }

body {
	font-family: Arial, sans-serif;
	background: #283444;
	color: #fff;
	width: 825px;
	margin: 0 auto;
}

img {
  border: 0;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 32px;
	text-align: center;
}

ul {
	margin-top: 109px;
}

ul li {
	font-size: 32px;
	line-height: 32px;
	list-style: none;
	margin-bottom: 16px;
}

p {
	font-size: 24px;
	line-height: 24px;
	clear: both;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: none;
}

#photo {
	float: left;
	margin: 0 24px 24px 163px;
	border: 5px solid #fff;
	padding: 1px;
	background: #000;
}

.icon {
  vertical-align: sub;
}