html {
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background: #ffa172; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #ffa172, #f2602b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #ffa172, #f2602b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #ffa172, #f2602b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #ffa172, #f2602b); /* Standard syntax */
}
img {
	margin: 0;
	display: block;
	width: 250px;
}
h4 {
 	color: white;
 	font-family: 'Aldrich', sans-serif;
 	letter-spacing: 2px;
 	margin: 0;
}
h5 {
 	color: white;
	font-family: 'Quicksand', sans-serif;
	margin: 0;
}
p {
	font-family: 'Quicksand', sans-serif;
	margin-left: 20px;
	font-size: 12px;
	margin: 5px;
	color: #777;
}
p.name {
	font-size: 15px;
	color: #f2602b;
}
#contact {
	padding: 20px;
	width: 300px;
	margin:0 auto;
	background-color: white;
}
hr {
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 30px;
	border: 1px solid #f2602b;
}