.text {
	width:400px;
	height: 150px;
	padding: 20px;
	margin: 15px auto;
	clear: both;
	text-align: left;
	border-radius: 5px;
}

.about{	
	width: 239px;
	height: 150px;
	float: right;
	margin-right: 15px;
}

p{
	text-align: left;
}

.final {
	width: 215px;
	height: 34px;
	position: relative;
	top: 0px;
}

a{
	text-decoration: none;
}

a:hover{
	color: #E5A66B;
}