#wrapper {
	position:relative;
	width: 660px;
	height:100%;
	margin:0 auto;
	top:100px;
	}

body {
	background-color:#848484;
}

p {
	color:white;
	font-family: 'Quicksand', sans-serif;
	font-size:0.9em;
	}

a {
	color:white;
	font-family: 'Quicksand', sans-serif;
	text-decoration:none;
	}

a:hover {
	color: yellow;
	}

#text {
	position:relative;
	float:left;
	left:220px;
	width:350px;
	text-align:left;
	margin-right:20px;
	top:0px;
	}

#contact {
	position:relative;
	float:left;
	left:220px;
	width:180px;
	text-align:left;
	margin-right:190px;
	top:0px;
	border-top: 1px solid white;
	}


#logo {
	position:relative;
	float:left;
	width:660px;
	}

