*{
	margin: 0;
	padding:0;
}
body{
	background: #231F20;
}
#wrapper{
	
	color:#fff;
	padding-top:100px;
	padding-bottom: 100px;
	font-family: Myriad Pro;
	font-weight: normal;
}
#page{
	width: 700px;
	margin: 0 auto;
}
#logo{	
	text-align: center;
	margin-bottom:100px;
}
#intro{	
	text-align: center;
	margin-bottom: 50px;
}
#intro p{
	font-size: 26.63px;
	letter-spacing: 2px;
}
#contact{
	text-align: center;
	font-size: 20.83px;
}
#contact p{
	line-height: 60px;
	letter-spacing: 3px;
}
#contact a{
	line-height: 60px;
	letter-spacing: 3px;	
	color: #fff;
	text-decoration: none;
}
#contact a:hover{
	text-decoration: underline;
}
#mail img{
	vertical-align: middle;
	margin-right: 20px;
}
#phone img{
	margin-right: 8px;
	vertical-align: middle;
}
#clear{
	clear: both;
}