* {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Quicksand', sans-serif;
	background-repeat: no-repeat;
}

body {
	background-color: #fff;
}

#wrapper {
	max-width: 960px;
	min-width: 340px;
	margin: 0 auto;
}

#header {
	max-width: 480px;
	margin: 0 auto;
	padding: 0 20px;
}

#header h1 {
	padding: 310px 0 10px 0;
	background-image: url('graphics/sprite-master.png');
	background-position: center -80px;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	margin: 40px auto 9px;
	display: block;
	border-bottom: 6px solid #ffa000;
	border-radius: 30px;
	color: #777;
}

#header p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin: 0 20px 20px;
}

#main {
	border-width: 2px 0;
	border-color: #777;
	border-style: solid;
	border-radius: 5px;
	padding: 18px 20px;
	margin: 0 20px;
}

#experience {
	list-style-type: none;
	margin: 20px 0;
}

#experience li {
	margin-bottom: 20px;
	padding-left: 30px;
	background-position: 0 -80px;
	background-repeat: no-repeat;
	background-image: url('graphics/sprite-master.png');
}

#experience li:nth-child(even) {
	background-position: -2120px -80px;
}

#main address {
	font-weight: 700;
	font-style: normal;
	padding-bottom: 20px;
	background-position: -1016px 25px;
	background-repeat: no-repeat;
	background-image: url('graphics/sprite-master.png');
}

#main address span {
	color: #ffa000;
}

#footer p {
	margin: 20px auto;
	text-align: center;
}

#footer a {
	display: block;
	width: 100px;
	margin: 0 auto 40px;
}
